Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.11 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.11 KB

fosslight_vscode_extension

FOSSLight Scanner for VS Code extension

Project Setup

Prerequisites

Install

$ yarn

Development

Compile

$ yarn compile

Must be executed before running the extension.

Run

Open src/extension.ts and press F5 or run the command Debug: Start Debugging from the Command Palette (Ctrl+Shift+P).

Releasing New Version in VSCode Extention Marketplace

  1. Change version number at package.json file
  2. Change README.md file of fosslight-scanner directory if needed.
  3. Type the below commands in order to the terminal.
$ npm install -g vsce (only if needed)
$ vsce login lgopensource
  1. Type the Azure personal access token in the terminal as instructed. : https://dev.azure.com/lgopensource/
  2. Type vsce publish and type y in for the two 'Do you want to continue?' questions.