mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 11:24:24 +00:00
fix: can download server binary on windows again
Closes #8956 See https://github.com/rust-analyzer/rust-analyzer/pull/8951#issuecomment-846716999
This commit is contained in:
parent
495c9586ec
commit
df146341c5
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export class Config {
|
|||
readonly globalStoragePath: string;
|
||||
|
||||
constructor(ctx: vscode.ExtensionContext) {
|
||||
this.globalStoragePath = ctx.globalStorageUri.path;
|
||||
this.globalStoragePath = ctx.globalStorageUri.fsPath;
|
||||
vscode.workspace.onDidChangeConfiguration(this.onDidChangeConfiguration, this, ctx.subscriptions);
|
||||
this.refreshLogging();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue