vscode: add version and storage parameters to github binary source

This commit is contained in:
Veetaha 2020-02-16 03:08:36 +02:00
parent d976772716
commit 8533fc437b
5 changed files with 35 additions and 3 deletions

View file

@ -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;
}