You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once it launches, press `r` for running the program.
34
+
35
+
## Debug TypeScript in VSCode
36
+
37
+
According to their [debugging guide](https://github.com/microsoft/TypeScript/blob/main/CONTRIBUTING.md#debugging-the-tests), in the TypeScript repository:
38
+
39
+
- rename `.vscode/launch.template.json` to `launch.json`
40
+
- set a breakpoint somewhere in TypeScript's source code
41
+
- create a `test.ts` or open any test file of interest
0 commit comments