Fix rust-analyzer.debug.openDebugPane option

This commit is contained in:
vsrs 2020-06-10 16:15:28 +03:00
parent 102b7f0f56
commit 4d6c6a6b1e
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ async function getDebugConfiguration(ctx: Ctx, runnable: ra.Runnable): Promise<v
}
debugOutput.clear();
if (ctx.config.debug.openUpDebugPane) {
if (ctx.config.debug.openDebugPane) {
debugOutput.show(true);
}