ghlandy-console-log is an extension for inserting js console.log
which loging more identifiable.
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.
npm i -g @vscode/vsce
vsce package
https://code.visualstudio.com/api/working-with-extensions/publishing-extension
Initial release