Daniel Imms 3ed0dfae01 Reland: Support multi-line environment variables
A standard Fedora install comes with 2 multiple line environment variables.
Since `env` was previously split by '\n' this would break them, causing
errors in the output pane and in terminals launched through the file
explorer (see #3495).

The original commit didn't work on OSX since `env` does not support the --null
arg. This version can fail if a command line arg's 1+th line looks like an
environment variable. There is no easy way to prevent this since `process.env`
cannot be leveraged. Since the likelyhood of this happening is small, plus the
chance of it causing any significant issue is also small it's a reasonable
compromise for the time being.

Fixes #3928
Fixes #4672
2016-03-25 09:41:57 -07:00
2016-03-16 11:26:04 +01:00
2016-03-24 14:01:51 -07:00
2016-03-24 14:01:51 -07:00
2016-03-08 11:51:00 +01:00
2015-11-28 13:23:56 +07:00
2016-02-12 11:07:18 +01:00
2016-03-08 11:51:00 +01:00
2016-03-16 17:43:18 +01:00
2016-03-14 10:49:05 +01:00
2015-11-13 14:39:38 +01:00
2016-03-16 18:44:54 +01:00
2016-03-01 18:52:50 +01:00
oss
2016-03-18 10:59:11 +00:00

Visual Studio Code - Open Source

Build Status Build status

VS Code is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. Code provides comprehensive editing and debugging support, an extensibility model, and lightweight integration with existing tools.

vscodereadme

The vscode repository is where we do development and there are many ways you can participate in the project, for example:

Contributing

If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:

Feedback

Many of the core components and extensions to Code live in their own repositories on GitHub. For example, the node debug adapter and the mono debug adapter

For a complete list, please see the Related Projects page on our wiki.

License

MIT

S
Description
Languages
TypeScript 77.7%
jsonc 18%
CSS 1.4%
JavaScript 0.7%
C 0.6%
Other 1.3%