FOSSLight Scanner for VS Code extension
$ yarn$ yarn compileMust be executed before running the extension.
Open src/extension.ts and press
F5or 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 publishand typeyin for the two 'Do you want to continue?' questions.