Move terminate() to IExtHostExtensionService

This commit is contained in:
Alex Dima
2022-04-07 22:23:18 +02:00
parent ad78a1cdfe
commit e02a7747eb
11 changed files with 57 additions and 41 deletions

View File

@@ -67,6 +67,7 @@ suite('MainThreadHostTreeView', function () {
new class implements IExtHostContext {
remoteAuthority = '';
extensionHostKind = ExtensionHostKind.LocalProcess;
dispose() { }
assertRegistered() { }
set(v: any): any { return null; }
getProxy(): any {