$ # Build
$ yarn build-vsix
$ # Install
$ yarn install
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
myExtension.enable
: Enable/disable this extension.myExtension.thing
: Set toblah
to do something.
Execute shell commands in editor.
Enjoy!