mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Move terminate() to IExtHostExtensionService
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user