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

fix tests

上级 be6a689b
......@@ -141,7 +141,6 @@ export interface IOpenDialogOptions {
availableFileSystems?: readonly string[];
}
export const IDialogService = createDecorator<IDialogService>('dialogService');
export interface IDialogOptions {
......
......@@ -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();
......
......@@ -139,7 +139,6 @@ export interface ITextFileService extends IDisposable {
confirmSave(resources?: URI[]): Promise<ConfirmResult>;
}
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 {
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册