mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Start rust-analyzer server for arbitrary rust files
This commit is contained in:
parent
1605488710
commit
d9a5490646
3 changed files with 46 additions and 39 deletions
|
@ -22,7 +22,7 @@ export class Ctx {
|
|||
config: Config,
|
||||
extCtx: vscode.ExtensionContext,
|
||||
serverPath: string,
|
||||
cwd: string,
|
||||
cwd?: string,
|
||||
): Promise<Ctx> {
|
||||
const client = createClient(serverPath, cwd, config.serverExtraEnv);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue