Use local node_modules to allow the graph to load offline
- Fix some warnings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user