Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/workbench/api/test/browser/extHostDiagnostics.test.ts')
-rw-r--r--src/vs/workbench/api/test/browser/extHostDiagnostics.test.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vs/workbench/api/test/browser/extHostDiagnostics.test.ts b/src/vs/workbench/api/test/browser/extHostDiagnostics.test.ts
index 6b4487af06e..32ccfd141ff 100644
--- a/src/vs/workbench/api/test/browser/extHostDiagnostics.test.ts
+++ b/src/vs/workbench/api/test/browser/extHostDiagnostics.test.ts
@@ -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 {
}