Use local node_modules to allow the graph to load offline

- Fix some warnings
This commit is contained in:
André Oliveira 2021-08-10 13:35:37 +00:00
parent f4f68e62c2
commit 8a563e4a46
3 changed files with 36 additions and 12 deletions

View file

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