Skip to content

ICWR-TEAM/Chrome-Layer-VSCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome-Layer-VSCode

Step

npm install

# compile typescript
npm run compile

# package extension
if ! command -v vsce &>/dev/null; then
  npm install -g @vscode/vsce
fi

vsce package

# install to VSCode
code --install-extension *.vsix

Install VSIX via VSCode GUI

  1. Open Visual Studio Code.
  2. In the Activity Bar on the left, click the Extensions icon (looks like four squares).
  3. At the top right of the Extensions view, click the ellipsis (…) menu.
  4. Choose “Install from VSIX…”.
  5. A file picker dialog will appear. Browse to the location of your .vsix file (for example chrome-layer-0.0.1.vsix).
  6. Select the file and click Open.
  7. VSCode will install the extension. Once installed, you may need to click Reload to activate it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published