mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
13 lines
437 B
Markdown
13 lines
437 B
Markdown
# Language Configuration Sample
|
|
|
|
This is the source code for the [Language Configuration Guide](https://vscode-ext-docs.azurewebsites.net/api/language-extensions/language-configuration-guide).
|
|
|
|
## VS Code API
|
|
|
|
### Contribution Points
|
|
|
|
- [`contributes.languages`](https://vscode-ext-docs.azurewebsites.net/api/references/contribution-points#contributes.languages)
|
|
|
|
## Running the Sample
|
|
|
|
- Run the `Run Extension` target in the Debug View |