main branchmain branch and wait for an approval to merge your branchnpm run build or npm run watchF5 to open a new window with your extension loaded.Ctrl+Shift+P or Cmd+Shift+P on Mac)src/extension.ts to debug your extension.src/extension.ts.Ctrl+R or Cmd+R on Mac) the VS Code window with your extension to load your changes.Ctrl+Shift+D or Cmd+Shift+D on Mac) and from the launch configuration dropdown pick Extension Tests.F5 to run the tests in a new window with your extension loaded.src/test/suite/extension.test.ts or create new test files inside the test/suite folder.
**.test.ts.test folder to structure your tests any way you want.⚠️ For obvious reasons, you need to be administrator to do the following action ⚠️
npm version patch/minor/major to increase the extension’s versiongit push origin main && git push --tags)There’s a Github Action workflow that automatically builds and deploys the new version to the VS Code Marketplace.