Go to file
Matt Bierner ed60eb6285
Merge pull request #65422 from usernamehw/webview_smooth
Add CLI flag to be able to disable smooth scroll in webviews
2019-04-08 15:10:34 -07:00
.github explorer issues back to isidorn 2019-02-18 07:51:51 +01:00
.vscode Add strict properly init task 2019-04-03 14:54:02 -07:00
build take mooncake upload out of critical path 2019-04-08 16:09:49 +02:00
extensions Update css dependencies for #71715 and #71791 2019-04-08 14:55:28 -07:00
resources snapcraft.yaml: Add the url-handler 2019-03-21 08:49:53 +00:00
scripts :lipstick 2019-03-22 11:58:26 -07:00
src Merge pull request #65422 from usernamehw/webview_smooth 2019-04-08 15:10:34 -07:00
test test dependenices are devDependencies 2019-04-05 17:39:48 +02:00
.editorconfig No forcing tabsize on users 2018-12-19 09:10:53 -08:00
.eslintrc.json
.gitattributes attributes: rtf files are not text 2019-03-19 09:44:27 +01:00
.gitignore
.mention-bot
.nvmrc Update .nvmrc 2019-03-18 15:13:14 +00:00
.yarnrc electron@3.1.8 2019-04-01 09:36:55 +02:00
azure-pipelines.yml rename tfs to azure-pipelines 2018-11-19 10:46:19 +01:00
cglicenses.json Remove no longer needed license override 2018-11-20 22:51:27 +01:00
cgmanifest.json electron@3.1.8 2019-04-01 09:36:55 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Update contributing guidelines; some issues may be OS specific (#66289) 2019-01-09 15:07:26 -08:00
gulpfile.js Adopt task.define (better task names) 2019-02-12 20:43:55 +01:00
LICENSE.txt
package.json update distro 2019-04-05 14:13:24 +02:00
product.json fix license 2019-03-19 09:34:18 +01:00
README.md Try again 2019-02-14 12:46:21 +01:00
ThirdPartyNotices.txt update distro for OSS 2019-03-28 12:21:17 +01:00
tsfmt.json
tslint.json enable no-nls-in-standalone-editor again 2019-03-25 15:30:09 +01:00
yarn.lock Build VS Code using TS 3.4 2019-04-01 13:50:28 -07:00

Visual Studio Code - Open Source

Build Status Feature Requests Bugs Gitter

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

VS Code is updated monthly with new features and bug fixes. You can download it for Windows, macOS, and Linux on VS Code's website. To get the latest releases every day, you can install the Insiders version of VS Code. This builds from the master branch and is updated daily at the very least.

VS Code in action

The vscode repository is where VS Code is developed and there are many ways in which 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:

Please also see our Code of Conduct.

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 have their own repositories.

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

Bundled Extensions

Code ships with a set of extensions. These extensions are located in the extensions folder. These extensions include grammars and snippets for several languages. Extensions that provide rich language support (code completion, go to definition) for a language have the suffix 'language-features'. For example, the 'json' extension provides coloring for JSON and the 'json-language-features' provides rich language support for JSON.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.