Developed to learn how to develop extension for VS Code.
Technical Joke
request module of typescript.
For all dependency install : npm 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 extensionmyExtension.thing
: set toblah
to do something
Initial release of ...
Enjoy!