diff --git a/src/vs/platform/dialogs/common/dialogs.ts b/src/vs/platform/dialogs/common/dialogs.ts index a01a721267f410512a8eb9ba318038991d8554d4..0258fa407dd8e3d2e6332b8cac088b8115b8c3d8 100644 --- a/src/vs/platform/dialogs/common/dialogs.ts +++ b/src/vs/platform/dialogs/common/dialogs.ts @@ -141,7 +141,6 @@ export interface IOpenDialogOptions { availableFileSystems?: readonly string[]; } - export const IDialogService = createDecorator('dialogService'); export interface IDialogOptions { diff --git a/src/vs/platform/files/test/node/diskFileService.test.ts b/src/vs/platform/files/test/node/diskFileService.test.ts index 0b5b1ecf8bc00ef3ea5cb9e7767016a2c3030b1e..0caf7ec7a45b87aa9f09c7ead1c5d621d85e116e 100644 --- a/src/vs/platform/files/test/node/diskFileService.test.ts +++ b/src/vs/platform/files/test/node/diskFileService.test.ts @@ -134,7 +134,7 @@ suite('Disk File Service', function () { // we see random test failures when accessing the native file system. To // diagnose further, we retry node.js file access tests up to 3 times to // rule out any random disk issue. - // this.retries(3); + this.retries(3); setup(async () => { const logService = new NullLogService(); diff --git a/src/vs/workbench/services/textfile/common/textfiles.ts b/src/vs/workbench/services/textfile/common/textfiles.ts index a77cb9386dbe4b304c9776fcac28e62cf4ee6d72..bfc329ca941fea1c16a77a764fb22db5f3df52a9 100644 --- a/src/vs/workbench/services/textfile/common/textfiles.ts +++ b/src/vs/workbench/services/textfile/common/textfiles.ts @@ -139,7 +139,6 @@ export interface ITextFileService extends IDisposable { confirmSave(resources?: URI[]): Promise; } - export class FileOperationWillRunEvent implements IWaitUntil { constructor( @@ -157,7 +156,6 @@ export class FileOperationWillRunEvent implements IWaitUntil { } } - export class FileOperationDidRunEvent { constructor( @@ -167,7 +165,6 @@ export class FileOperationDidRunEvent { ) { } } - export interface IReadTextFileOptions extends IReadFileOptions { /**