mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
This commit is contained in:
committed by
Henning Dieterichs
parent
e3d358dcb7
commit
c444a6c8f3
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -252,6 +252,7 @@
|
||||
"env": {
|
||||
"VSCODE_EXTHOST_WILL_SEND_SOCKET": null,
|
||||
"VSCODE_SKIP_PRELAUNCH": "1",
|
||||
"VSCODE_DEV_DEBUG_OBSERVABLES": "1",
|
||||
},
|
||||
"cleanUp": "wholeBrowser",
|
||||
"killBehavior": "polite",
|
||||
@@ -297,6 +298,7 @@
|
||||
"VSCODE_EXTHOST_WILL_SEND_SOCKET": null,
|
||||
"VSCODE_SKIP_PRELAUNCH": "1",
|
||||
"VSCODE_DEV_DEBUG": "1",
|
||||
"VSCODE_DEV_DEBUG_OBSERVABLES": "1",
|
||||
},
|
||||
"cleanUp": "wholeBrowser",
|
||||
"runtimeArgs": [
|
||||
|
||||
@@ -53,7 +53,7 @@ if (enableLogging) {
|
||||
addLogger(new ConsoleObservableLogger());
|
||||
}
|
||||
|
||||
if (env && env['VSCODE_DEV_DEBUG']) {
|
||||
if (env && env['VSCODE_DEV_DEBUG_OBSERVABLES']) {
|
||||
// To debug observables you also need the extension "ms-vscode.debug-value-editor"
|
||||
addLogger(DevToolsLogger.getInstance());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user