vscode config

This commit is contained in:
maxscout
2025-12-15 12:50:23 -05:00
parent 581fa1269b
commit e4ecfe69e1
213 changed files with 19397 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
### Remote-Explorer Extension Steps to Release
1. Checkout to main
2. Pull and make sure you have the latest updates to repo locally
3. Check previous version number and now get this releases version (the next even number)
4. Checkout to new branch for release `release-[build_num]`
5. change the version number on the extension in `package.json` to the next even number
6. run `npm i` to update packaging (you should now see a change in `package-lock.json`)
7. Stage changes, commit changes, and now publish upstream using the source control UI
8. **Add tag with format `remote-explorer.*`**
9. push changes WITH tag by doing `git push --tags`
10. Create a PR from the release branch and get the PR approved and merged
11. head to [azure pipelines](https://dev.azure.com/monacotools/Monaco/_build?definitionId=402&_a=summary)
12. follow the steps on the pipeline for approvals and publishing