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

@@ -290,6 +290,7 @@ suite('ExtHostWorkspace', function () {
const protocol: IMainContext = {
getProxy: () => { return undefined!; },
set: () => { return undefined!; },
dispose: () => { },
assertRegistered: () => { },
drain: () => { return undefined!; },
};