Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 614 Bytes

vsc-extension-quickstart.md

File metadata and controls

10 lines (8 loc) · 614 Bytes

Welcome to your VS Code Extension

Run tests

  • Open the debug viewlet (Ctrl+Shift+D or Cmd+Shift+D on Mac) and from the launch configuration dropdown pick Extension Tests.
  • Press F5 to run the tests in a new window with your extension loaded.
  • See the output of the test result in the debug console.
  • Make changes to src/test/suite/extension.test.ts or create new test files inside the test/suite folder.
    • The provided test runner will only consider files matching the name pattern **.test.ts.
    • You can create folders inside the test folder to structure your tests any way you want.