Skip to content

Commit beed9ac

Browse files
authored
debug: activate auto launch onStartupFinished (microsoft#164481)
For microsoft/vscode-internalbacklog#3209 We still need to activate it for every workspace, but since Daniel's improvements to environment variable application a few months ago, using onStartupFinished should be pretty safe and seamless.
1 parent ce6aa98 commit beed9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/debug-auto-launch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"activationEvents": [
19-
"*"
19+
"onStartupFinished"
2020
],
2121
"main": "./out/extension",
2222
"scripts": {

0 commit comments

Comments
 (0)