Skip to content

Commit ad0d874

Browse files
author
Crystal Tenn
committed
Add "resolveSourceMapLocations": [] so can debug using Watch all & Launch extension option in main VS Code extension
1 parent a1b382a commit ad0d874

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/workspace/vscode-github-actions.code-workspace

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"cwd": "${workspaceFolder:vscode-github-actions}",
3434
"preLaunchTask": "watch",
3535
"smartStep": true,
36-
"sourceMaps": true
36+
"sourceMaps": true,
37+
"resolveSourceMapLocations": []
3738
}
3839
],
3940
"compounds": [

0 commit comments

Comments
 (0)