Visual Studio Code
 
 
 
 
 
 
Go to file
Benjamin Pasero 1831ca39f2 Windows: Running code in a console after code.bat was run causes issues (fixes #1438) 2015-12-18 09:21:19 +01:00
.vscode place electron in .build/electron 2015-11-26 09:03:36 +01:00
build update hygiene script to ignore cmd and bat 2015-12-18 09:21:11 +01:00
extensions Updated TS version number in OSSREADME.json 2015-12-17 15:18:28 +01:00
resources Windows: Running code in a console after code.bat was run causes issues (fixes #1438) 2015-12-18 09:21:19 +01:00
scripts Windows: Running code in a console after code.bat was run causes issues (fixes #1438) 2015-12-18 09:21:19 +01:00
src fix an issue with opening files that exceed our file limit 2015-12-18 09:16:10 +01:00
test adopt loader error handling 2015-12-02 16:34:14 +01:00
.editorconfig Fixed comments 2015-11-28 13:23:56 +07:00
.gitignore place electron in .build/electron 2015-11-26 09:03:36 +01:00
.travis.yml
CONTRIBUTING.md Update CONTRIBUTING.md 2015-12-10 15:40:00 +01:00
LICENSE.txt
OSSREADME.json inline windows-mutex license because the repo is not yet public 2015-12-17 15:32:45 +01:00
README.md fix appveyor badge 2015-11-26 19:07:12 +01:00
ThirdPartyNotices.txt Update ThirdPartyNotices.txt in preparation for 0.10.5 2015-12-17 16:06:17 +01:00
appveyor.yml
gulpfile.js Improve gulp hygiene filters to cover top level files 2015-12-17 16:04:06 +01:00
npm-shrinkwrap.json Fixes #1358: update to native-keymap@0.1.1 2015-12-16 11:33:23 +01:00
package.json bump version to 0.10.5 2015-12-17 15:00:57 +01:00
product.json win32MutexName 2015-12-10 10:03:25 +01:00

README.md

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:

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