Skip to content

Commit 96fa8cc

Browse files
authored
Merge pull request #1236 from microsoftgraph/debug-config
Updated launch.json to use tsx
2 parents 8ce7abb + a43b9a0 commit 96fa8cc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.vscode/launch.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"skipFiles": [
1313
"<node_internals>/**"
1414
],
15-
"program": "${workspaceFolder}/user-auth/graphtutorial/build/index.js",
15+
"program": "${workspaceFolder}/user-auth/graphtutorial/index.ts",
16+
"runtimeExecutable": "tsx",
1617
"cwd": "${workspaceFolder}/user-auth/graphtutorial",
1718
"console": "integratedTerminal",
1819
"internalConsoleOptions": "neverOpen",
@@ -31,7 +32,8 @@
3132
"skipFiles": [
3233
"<node_internals>/**"
3334
],
34-
"program": "${workspaceFolder}/app-auth/graphapponlytutorial/build/index.js",
35+
"program": "${workspaceFolder}/app-auth/graphapponlytutorial/index.ts",
36+
"runtimeExecutable": "tsx",
3537
"cwd": "${workspaceFolder}/app-auth/graphapponlytutorial",
3638
"console": "integratedTerminal",
3739
"internalConsoleOptions": "neverOpen",

0 commit comments

Comments
 (0)