Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 518 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 518 Bytes

Dev

git clone git@github.com:tianjianchn/code-explorer-vscode.git
cd code-explorer-vscode
npm i

Debug

  • Open Debug activity bar in VSCode
  • Click Run Extension which will spawn a new dev VSCode Window

Publish

  • Update CHANGELOG.md from git commits and increase version in package.json
  • Commit with message like release: <version>
  • Use vsce package to create the vsix file
  • Upload it to VSCode Market