mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
debug: activate auto launch onStartupFinished (#164481)
For https://github.com/microsoft/vscode-internalbacklog/issues/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.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
}
|
||||
},
|
||||
"activationEvents": [
|
||||
"*"
|
||||
"onStartupFinished"
|
||||
],
|
||||
"main": "./out/extension",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user