mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Pass string instread of WorkspaceFolder
This commit is contained in:
parent
9ef1e9efc6
commit
3eb45b9922
3 changed files with 5 additions and 5 deletions
|
@ -53,7 +53,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
|||
// registers its `onDidChangeDocument` handler before us.
|
||||
//
|
||||
// This a horribly, horribly wrong way to deal with this problem.
|
||||
ctx = await Ctx.create(config, context, serverPath, workspaceFolder);
|
||||
ctx = await Ctx.create(config, context, serverPath, workspaceFolder.uri.fsPath);
|
||||
|
||||
// Commands which invokes manually via command palette, shortcut, etc.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue