Merged PR 421683: add require logPath for extension context
add require logPath for extension context
This commit is contained in:
Родитель
accac99915
Коммит
1b20263ba9
|
@ -18,6 +18,7 @@ class TestExtensionContext implements vscode.ExtensionContext {
|
|||
globalState: vscode.Memento = new DummyMemento();
|
||||
extensionPath = '';
|
||||
storagePath = '';
|
||||
logPath = '';
|
||||
|
||||
asAbsolutePath(relativePath: string): string {
|
||||
return '';
|
||||
|
|
Загрузка…
Ссылка в новой задаче