fix
This commit is contained in:
parent
42e5e5b458
commit
b8eeef4dfa
@ -39,7 +39,7 @@ export class Ctx {
|
|||||||
extCtx.subscriptions.push(statusBar);
|
extCtx.subscriptions.push(statusBar);
|
||||||
statusBar.text = "rust-analyzer";
|
statusBar.text = "rust-analyzer";
|
||||||
statusBar.tooltip = "ready";
|
statusBar.tooltip = "ready";
|
||||||
statusBar.command = "rust-analyzer.reload";
|
statusBar.command = "rust-analyzer.analyzerStatus";
|
||||||
statusBar.show();
|
statusBar.show();
|
||||||
|
|
||||||
const res = new Ctx(config, extCtx, client, serverPath, statusBar);
|
const res = new Ctx(config, extCtx, client, serverPath, statusBar);
|
||||||
|
Loading…
Reference in New Issue
Block a user