mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Use local node_modules to allow the graph to load offline
- Fix some warnings
This commit is contained in:
parent
f4f68e62c2
commit
8a563e4a46
3 changed files with 36 additions and 12 deletions
|
@ -68,6 +68,10 @@ export class Ctx {
|
|||
this.pushCleanup(d);
|
||||
}
|
||||
|
||||
get extensionPath(): string {
|
||||
return this.extCtx.extensionPath;
|
||||
}
|
||||
|
||||
get globalState(): vscode.Memento {
|
||||
return this.extCtx.globalState;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue