FOSSLight Scanner for VS Code extension
$ yarn
$ yarn compile
Must be executed before running the extension.
Open src/extension.ts and press
F5
or run the command Debug: Start Debugging from the Command Palette (Ctrl+Shift+P
).
- Change version number at package.json file
- Change README.md file of fosslight-scanner directory if needed.
- Type the below commands in order to the terminal.
$ npm install -g vsce (only if needed)
$ vsce login lgopensource
- Type the Azure personal access token in the terminal as instructed. : https://dev.azure.com/lgopensource/
- Type
vsce publish
and typey
in for the two 'Do you want to continue?' questions.