Skip to content

Commit ea64b27

Browse files
Merge pull request #104 from github/ketchup/addDebuggingToWatchAll
Add ability to debug when using Watch all & Launch extension option in vscode-github-actions
2 parents 996fd9b + ad0d874 commit ea64b27

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)