mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Move terminate() to IExtHostExtensionService
This commit is contained in:
@@ -290,6 +290,7 @@ suite('ExtHostWorkspace', function () {
|
||||
const protocol: IMainContext = {
|
||||
getProxy: () => { return undefined!; },
|
||||
set: () => { return undefined!; },
|
||||
dispose: () => { },
|
||||
assertRegistered: () => { },
|
||||
drain: () => { return undefined!; },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user