diff options
| author | vsrs <62505555+vsrs@users.noreply.github.com> | 2020-05-08 19:22:26 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-08 19:22:26 +0300 |
| commit | 1be6320ea6cf7830195f80681fa0f43cc340da7e (patch) | |
| tree | ea9812f70ce4bad885a5747a5c6b9a25ae411b36 /editors/code | |
| parent | 23f4859166ba16f02927b476aad2ae91e618b1ef (diff) | |
| download | rust-1be6320ea6cf7830195f80681fa0f43cc340da7e.tar.gz rust-1be6320ea6cf7830195f80681fa0f43cc340da7e.zip | |
"rust-analyzer.debug.openDebugPane"
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
Diffstat (limited to 'editors/code')
| -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 e8e9598f6d6..e750412a736 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -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 |
