diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2023-02-13 13:55:14 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2023-02-13 13:55:14 +0200 |
| commit | bc45c7659a4668206922c290dfc1b78b7e57d375 (patch) | |
| tree | 327b3415d0ea1328ff60ee7862deca8fc9b72ae3 /editors/code/src/debug.ts | |
| parent | 3e0e51c108ad38aec4225769711df9c99df6347c (diff) | |
| download | rust-bc45c7659a4668206922c290dfc1b78b7e57d375.tar.gz rust-bc45c7659a4668206922c290dfc1b78b7e57d375.zip | |
:arrow_up: rust-analyzer
Diffstat (limited to 'editors/code/src/debug.ts')
| -rw-r--r-- | editors/code/src/debug.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/debug.ts b/editors/code/src/debug.ts index bd45599227e..268b70b4fbb 100644 --- a/editors/code/src/debug.ts +++ b/editors/code/src/debug.ts @@ -84,7 +84,7 @@ async function getDebugConfiguration( debugEngine = vscode.extensions.getExtension(engineId); if (debugEngine) break; } - } else { + } else if (debugOptions.engine) { debugEngine = vscode.extensions.getExtension(debugOptions.engine); } |
