mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 23:24:29 +00:00
"rust-analyzer.debug.openDebugPane"
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
parent
23f4859166
commit
1be6320ea6
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@
|
|||
"/rustc/<id>": "${env:USERPROFILE}/.rustup/toolchains/<toolchain-id>/lib/rustlib/src/rust"
|
||||
}
|
||||
},
|
||||
"rust-analyzer.debug.openUpDebugPane": {
|
||||
"rust-analyzer.debug.openDebugPane": {
|
||||
"description": "Whether to open up the Debug Pane on debugging start.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
|
|
Loading…
Reference in a new issue