Skip to content

Latest commit

 

History

History

development

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Development

How to setup, run, and improve this extension in a local dev environment

Known Vulnerabilities Made with Node.js Package - Typescript

Requires VS Code version: Made for VS Code

This guide is for anyone who wants to contribute to this repo or who just wants to explore this extension's code and how it works in VS Code.

Overview

  • Installation - Start with this doc to install dependencies.
  • Export - how to build the extension locally and install it in VS Code. Just a single command is needed.
  • Deploy - this doc covers the CI/CD pipeline and publishing releases.

Install extension globally

Roll your own

See the Export doc to install a dev version of the package.

Install pre-built extension

See Quickstart doc to download and install a pre-built version of the extension from the Marketplace.