diff options
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index e8e9598f6..e750412a7 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -419,7 +419,7 @@ | |||
419 | "/rustc/<id>": "${env:USERPROFILE}/.rustup/toolchains/<toolchain-id>/lib/rustlib/src/rust" | 419 | "/rustc/<id>": "${env:USERPROFILE}/.rustup/toolchains/<toolchain-id>/lib/rustlib/src/rust" |
420 | } | 420 | } |
421 | }, | 421 | }, |
422 | "rust-analyzer.debug.openUpDebugPane": { | 422 | "rust-analyzer.debug.openDebugPane": { |
423 | "description": "Whether to open up the Debug Pane on debugging start.", | 423 | "description": "Whether to open up the Debug Pane on debugging start.", |
424 | "type": "boolean", | 424 | "type": "boolean", |
425 | "default": false | 425 | "default": false |