We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4bf13 commit 8007d43Copy full SHA for 8007d43
test/stubs.ts
@@ -148,10 +148,6 @@ export class FileSystemStub implements IFileSystem {
148
return [];
149
}
150
151
- tryExecuteFileOperation(path: string, operation: () => IFuture<any>, enoentErrorMessage?: string): IFuture<void> {
152
- return undefined;
153
- }
154
-
155
isRelativePath(path: string): boolean {
156
return false;
157
0 commit comments