Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 165 Bytes

update.md

File metadata and controls

12 lines (8 loc) · 165 Bytes

syncing-a-fork

git fetch upstream

git checkout master

git merge upstream/master

publish vscode marketplace

npm i npm install -g vsce

vsce publish