Observability
Debugging
How the VSCode debugger is configured for the applications in the monorepo.
.vscode/launch.json holds debugger configurations covering every application in the monorepo, for VSCode and compatible editors.
To use the debugger, simply open the app in VSCode (or any VSCode-compatible editor) and go to the Debug panel (Ctrl+Shift+D on Windows/Linux, ⇧+⌘+D on macOS). Select a launch configuration, then press F5 or select Debug: Start Debugging from the Command Palette to start your debugging session.