Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Gamma <egamma@microsoft.com>2018-10-29 10:55:44 +0300
committerGitHub <noreply@github.com>2018-10-29 10:55:44 +0300
commit95fcafdf56ffc260808c0e654379b8d0029e3fd1 (patch)
tree290a0c8303ed5b87be1e0f888561bf8503ea9015 /README.md
parenta111c5b439df0dae404c2d57216e4b9cb97c7e82 (diff)
Added a section on the Bundled Extensions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 680300e66f3..4953d06a080 100644
--- a/README.md
+++ b/README.md
@@ -43,10 +43,15 @@ Please also see our [Code of Conduct](CODE_OF_CONDUCT.md).
## Related Projects
-Many of the core components and extensions to VS Code live in their own repositories on GitHub. For example, the [node debug adapter](https://github.com/microsoft/vscode-node-debug) and the [mono debug adapter](https://github.com/microsoft/vscode-mono-debug) have their own repositories. Though, many extensions for common languages and tools live within the repository in the [extensions](extensions) folder.
+Many of the core components and extensions to Code live in their own repositories on GitHub. For example, the [node debug adapter](https://github.com/microsoft/vscode-node-debug) and the [mono debug adapter](https://github.com/microsoft/vscode-mono-debug) have their own repositories.
For a complete list, please visit the [Related Projects](https://github.com/Microsoft/vscode/wiki/Related-Projects) page on our [wiki](https://github.com/Microsoft/vscode/wiki).
+## Bundled Extensions
+
+Code ships with a set of extensions. These extensions are located in the [extensions](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.