Moved from microsoft/vscode#9733:
- VSCode Version: 1.3.1 with C/C++ extension 0.7.1
- OS Version: Linux
Steps to Reproduce: Open launch.json and hover over "environment":

I followed the example, but I'm getting Incorrect type. Expected "array". This page https://code.visualstudio.com/docs/editor/debugging says I should use "env", but I guess that's because it's for Node.js debugging and I'm trying to debug a C++ application?