diff options
author | vsrs <[email protected]> | 2020-05-08 17:22:26 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-08 17:22:26 +0100 |
commit | 1be6320ea6cf7830195f80681fa0f43cc340da7e (patch) | |
tree | ea9812f70ce4bad885a5747a5c6b9a25ae411b36 | |
parent | 23f4859166ba16f02927b476aad2ae91e618b1ef (diff) |
"rust-analyzer.debug.openDebugPane"
Co-authored-by: bjorn3 <[email protected]>
-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 |