mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
auto update old configurations to newer ones
This commit is contained in:
parent
1f11b70c3b
commit
d6dba1c97c
3 changed files with 87 additions and 9 deletions
|
@ -33,7 +33,7 @@ export class Ctx {
|
|||
serverPath: string,
|
||||
workspace: Workspace,
|
||||
): Promise<Ctx> {
|
||||
const client = createClient(serverPath, workspace, config.serverExtraEnv);
|
||||
const client = await createClient(serverPath, workspace, config.serverExtraEnv);
|
||||
|
||||
const statusBar = vscode.window.createStatusBarItem(vscode.StatusBarAlignment.Left);
|
||||
extCtx.subscriptions.push(statusBar);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue