when you click status bar icon it now restarts server
This commit is contained in:
parent
d616a6a456
commit
ab57c25d1e
@ -39,6 +39,7 @@ export class Ctx {
|
||||
extCtx.subscriptions.push(statusBar);
|
||||
statusBar.text = "rust-analyzer";
|
||||
statusBar.tooltip = "ready";
|
||||
statusBar.command = "reload";
|
||||
statusBar.show();
|
||||
|
||||
const res = new Ctx(config, extCtx, client, serverPath, statusBar);
|
||||
|
Loading…
Reference in New Issue
Block a user