Skip to content

fosslight/fosslight_scanner_vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.