remove logDirectory, #43275

This commit is contained in:
Johannes Rieken
2018-08-20 15:42:09 +02:00
parent 66205890dd
commit 27c72d4ea4
4 changed files with 4 additions and 20 deletions

View File

@@ -26,7 +26,6 @@ export interface IExtensionContext {
extensionPath: string;
storagePath: string;
asAbsolutePath(relativePath: string): string;
readonly logDirectory: string;
readonly logPath: string;
}