mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
api-sketches for ExtensionContext#ExecutionContext
This commit is contained in:
committed by
Alex Dima
parent
9b0facade5
commit
d5534b8604
@@ -25,6 +25,7 @@ export interface IExtensionContext {
|
||||
globalStoragePath: string;
|
||||
asAbsolutePath(relativePath: string): string;
|
||||
readonly logPath: string;
|
||||
executionContext: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user