Search notes:

Visual Studio Code API

VS Code API is a JavaScript API that can be used in VS Code extensions.

Language ID

A language ID can be used, for example, in the onLanguage activation event.
vscode.TextDocument.getLanguageId()

Proposed API

TODO:
Activating extension '…' failed: …: Proposed API is only available when running out of dev or with the following command line switch: --enable-proposed-api vscode-samples.minimal hello world sample.

Index