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

@@ -392,6 +392,7 @@ suite('ExtHostDiagnostics', () => {
set(): any {
return null;
}
dispose() { }
assertRegistered(): void {
}
@@ -444,6 +445,7 @@ suite('ExtHostDiagnostics', () => {
set(): any {
return null;
}
dispose() { }
assertRegistered(): void {
}
@@ -484,6 +486,7 @@ suite('ExtHostDiagnostics', () => {
set(): any {
return null;
}
dispose() { }
assertRegistered(): void {
}