Skip to content

GHLandy/vscode-js-console-log

Repository files navigation

ghlandy-console-log

console.log

ghlandy-console-log is an extension for inserting js console.log which loging more identifiable.

Extension Settings

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 to blah to do something.

Build for publish

npm i -g @vscode/vsce

vsce package

https://code.visualstudio.com/api/working-with-extensions/publishing-extension

Release Notes

0.1.0

Initial release

Read More