提交 7225d02a 编写于 作者: B Benjamin Pasero

fix tests

上级 be6a689b
...@@ -141,7 +141,6 @@ export interface IOpenDialogOptions { ...@@ -141,7 +141,6 @@ export interface IOpenDialogOptions {
availableFileSystems?: readonly string[]; availableFileSystems?: readonly string[];
} }
export const IDialogService = createDecorator<IDialogService>('dialogService'); export const IDialogService = createDecorator<IDialogService>('dialogService');
export interface IDialogOptions { export interface IDialogOptions {
......
...@@ -134,7 +134,7 @@ suite('Disk File Service', function () { ...@@ -134,7 +134,7 @@ suite('Disk File Service', function () {
// we see random test failures when accessing the native file system. To // 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 // diagnose further, we retry node.js file access tests up to 3 times to
// rule out any random disk issue. // rule out any random disk issue.
// this.retries(3); this.retries(3);
setup(async () => { setup(async () => {
const logService = new NullLogService(); const logService = new NullLogService();
......
...@@ -139,7 +139,6 @@ export interface ITextFileService extends IDisposable { ...@@ -139,7 +139,6 @@ export interface ITextFileService extends IDisposable {
confirmSave(resources?: URI[]): Promise<ConfirmResult>; confirmSave(resources?: URI[]): Promise<ConfirmResult>;
} }
export class FileOperationWillRunEvent implements IWaitUntil { export class FileOperationWillRunEvent implements IWaitUntil {
constructor( constructor(
...@@ -157,7 +156,6 @@ export class FileOperationWillRunEvent implements IWaitUntil { ...@@ -157,7 +156,6 @@ export class FileOperationWillRunEvent implements IWaitUntil {
} }
} }
export class FileOperationDidRunEvent { export class FileOperationDidRunEvent {
constructor( constructor(
...@@ -167,7 +165,6 @@ export class FileOperationDidRunEvent { ...@@ -167,7 +165,6 @@ export class FileOperationDidRunEvent {
) { } ) { }
} }
export interface IReadTextFileOptions extends IReadFileOptions { export interface IReadTextFileOptions extends IReadFileOptions {
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册