api-sketches for ExtensionContext#ExecutionContext

This commit is contained in:
Johannes Rieken
2019-05-17 13:12:29 -07:00
committed by Alex Dima
parent 9b0facade5
commit d5534b8604
5 changed files with 28 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ export interface IExtensionContext {
globalStoragePath: string;
asAbsolutePath(relativePath: string): string;
readonly logPath: string;
executionContext: number;
}
/**