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