Merged PR 421683: add require logPath for extension context

add require logPath for extension context
This commit is contained in:
Zhe Li 2019-01-07 03:29:08 +00:00
Родитель accac99915
Коммит 1b20263ba9
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -18,6 +18,7 @@ class TestExtensionContext implements vscode.ExtensionContext {
globalState: vscode.Memento = new DummyMemento();
extensionPath = '';
storagePath = '';
logPath = '';
asAbsolutePath(relativePath: string): string {
return '';