Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 426 Bytes

File metadata and controls

26 lines (19 loc) · 426 Bytes

Setting Up

  1. Add the npm folder to your PATH variable
    C:\Users\YOUR_USERNAME\AppData\Roaming\npm
    
    
    
  2. Install dependencies
    npm install
    
    
  3. Install VSCE globally
    npm install -g @vscode/vsce
    
    
    

Building

  1. To build your extension, simply run:
    vsce package
    

Installation

code --install-extension flarial.vsix