add ExtensionContext#logPath, #43275

This commit is contained in:
Johannes Rieken
2018-08-17 09:30:18 +02:00
parent fd610b4b6a
commit bbfcc67dc9
3 changed files with 11 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ export interface IExtensionContext {
asAbsolutePath(relativePath: string): string;
logger: ExtHostLogger;
readonly logDirectory: string;
readonly logPath: string;
}
/**