debt - remove old proposed API: vscode.ExtensionContext#executionContext

This commit is contained in:
Johannes Rieken
2019-09-02 11:13:51 +02:00
parent 3ac5830dcf
commit 86dce614df
5 changed files with 2 additions and 21 deletions

View File

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