packages/utils/parcelforvscode/vsc-extension-quickstart.md
F5 to open a new window with your extension loaded.src/extension.ts to debug your extension.--reporter @parcel/reporter-lspsrc/extension.ts.Ctrl+R or Cmd+R on Mac) the VS Code window with your extension to load your changes.node_modules/@types/vscode/index.d.ts.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.