Press F5 to start debugging. This launches a new VS Code window with the extension loaded.
Making Changes
tsc and esbuild watchers run automatically during debugging (visible in the Terminal tab). Changes to the extension are automatically rebuilt in the background.
To test your changes:
In the debug VS Code window, press Cmd+Shift+P
Search for Developer: Reload Window
Reload to see your changes without restarting the debug session