mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
vscode: add version and storage parameters to github binary source
This commit is contained in:
parent
d976772716
commit
8533fc437b
5 changed files with 35 additions and 3 deletions
|
@ -60,6 +60,10 @@ export class Ctx {
|
|||
this.pushCleanup(d);
|
||||
}
|
||||
|
||||
get globalState(): vscode.Memento {
|
||||
return this.extCtx.globalState;
|
||||
}
|
||||
|
||||
get subscriptions(): Disposable[] {
|
||||
return this.extCtx.subscriptions;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue