From 95fcafdf56ffc260808c0e654379b8d0029e3fd1 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Mon, 29 Oct 2018 08:55:44 +0100 Subject: Added a section on the Bundled Extensions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3