@theia/filesystem 1.48.1 → 1.48.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -30
- package/lib/browser/breadcrumbs/filepath-breadcrumb.d.ts +15 -15
- package/lib/browser/breadcrumbs/filepath-breadcrumb.js +41 -41
- package/lib/browser/breadcrumbs/filepath-breadcrumbs-container.d.ts +13 -13
- package/lib/browser/breadcrumbs/filepath-breadcrumbs-container.js +70 -70
- package/lib/browser/breadcrumbs/filepath-breadcrumbs-contribution.d.ts +27 -27
- package/lib/browser/breadcrumbs/filepath-breadcrumbs-contribution.js +118 -118
- package/lib/browser/download/file-download-command-contribution.d.ts +18 -18
- package/lib/browser/download/file-download-command-contribution.js +75 -75
- package/lib/browser/download/file-download-frontend-module.d.ts +3 -3
- package/lib/browser/download/file-download-frontend-module.js +25 -25
- package/lib/browser/download/file-download-service.d.ts +28 -28
- package/lib/browser/download/file-download-service.js +167 -167
- package/lib/browser/file-dialog/file-dialog-container.d.ts +5 -5
- package/lib/browser/file-dialog/file-dialog-container.js +60 -60
- package/lib/browser/file-dialog/file-dialog-hidden-files-renderer.d.ts +15 -15
- package/lib/browser/file-dialog/file-dialog-hidden-files-renderer.js +59 -59
- package/lib/browser/file-dialog/file-dialog-model.d.ts +25 -25
- package/lib/browser/file-dialog/file-dialog-model.js +100 -100
- package/lib/browser/file-dialog/file-dialog-module.d.ts +3 -3
- package/lib/browser/file-dialog/file-dialog-module.js +45 -45
- package/lib/browser/file-dialog/file-dialog-service.d.ts +32 -32
- package/lib/browser/file-dialog/file-dialog-service.js +101 -101
- package/lib/browser/file-dialog/file-dialog-tree-filters-renderer.d.ts +39 -39
- package/lib/browser/file-dialog/file-dialog-tree-filters-renderer.js +81 -81
- package/lib/browser/file-dialog/file-dialog-tree.d.ts +26 -26
- package/lib/browser/file-dialog/file-dialog-tree.js +83 -83
- package/lib/browser/file-dialog/file-dialog-widget.d.ts +15 -15
- package/lib/browser/file-dialog/file-dialog-widget.js +75 -75
- package/lib/browser/file-dialog/file-dialog.d.ts +129 -129
- package/lib/browser/file-dialog/file-dialog.js +351 -351
- package/lib/browser/file-dialog/index.d.ts +4 -4
- package/lib/browser/file-dialog/index.js +22 -22
- package/lib/browser/file-resource.d.ts +67 -67
- package/lib/browser/file-resource.js +369 -369
- package/lib/browser/file-selection.d.ts +14 -14
- package/lib/browser/file-selection.js +36 -36
- package/lib/browser/file-service.d.ts +425 -425
- package/lib/browser/file-service.js +1366 -1366
- package/lib/browser/file-tree/file-tree-container.d.ts +3 -3
- package/lib/browser/file-tree/file-tree-container.js +35 -35
- package/lib/browser/file-tree/file-tree-decorator-adapter.d.ts +30 -30
- package/lib/browser/file-tree/file-tree-decorator-adapter.js +169 -169
- package/lib/browser/file-tree/file-tree-label-provider.d.ts +12 -12
- package/lib/browser/file-tree/file-tree-label-provider.js +54 -54
- package/lib/browser/file-tree/file-tree-model.d.ts +37 -37
- package/lib/browser/file-tree/file-tree-model.js +217 -217
- package/lib/browser/file-tree/file-tree-widget.d.ts +44 -44
- package/lib/browser/file-tree/file-tree-widget.js +317 -317
- package/lib/browser/file-tree/file-tree.d.ts +46 -46
- package/lib/browser/file-tree/file-tree.js +176 -176
- package/lib/browser/file-tree/index.d.ts +6 -6
- package/lib/browser/file-tree/index.js +24 -24
- package/lib/browser/file-upload-service.d.ts +109 -109
- package/lib/browser/file-upload-service.js +434 -434
- package/lib/browser/filesystem-frontend-contribution.d.ts +74 -74
- package/lib/browser/filesystem-frontend-contribution.js +356 -356
- package/lib/browser/filesystem-frontend-module.d.ts +5 -5
- package/lib/browser/filesystem-frontend-module.js +64 -64
- package/lib/browser/filesystem-preferences.d.ts +29 -29
- package/lib/browser/filesystem-preferences.js +110 -110
- package/lib/browser/filesystem-save-resource-service.d.ts +29 -29
- package/lib/browser/filesystem-save-resource-service.js +135 -135
- package/lib/browser/filesystem-watcher-error-handler.d.ts +10 -10
- package/lib/browser/filesystem-watcher-error-handler.js +61 -61
- package/lib/browser/index.d.ts +5 -5
- package/lib/browser/index.js +23 -23
- package/lib/browser/location/index.d.ts +2 -2
- package/lib/browser/location/index.js +20 -20
- package/lib/browser/location/location-renderer.d.ts +100 -100
- package/lib/browser/location/location-renderer.js +343 -343
- package/lib/browser/location/location-service.d.ts +5 -5
- package/lib/browser/location/location-service.js +17 -17
- package/lib/browser/remote-file-service-contribution.d.ts +6 -6
- package/lib/browser/remote-file-service-contribution.js +39 -39
- package/lib/browser-only/browser-only-filesystem-frontend-module.d.ts +3 -3
- package/lib/browser-only/browser-only-filesystem-frontend-module.js +40 -40
- package/lib/browser-only/browser-only-filesystem-provider-server.d.ts +11 -11
- package/lib/browser-only/browser-only-filesystem-provider-server.js +39 -39
- package/lib/browser-only/browserfs-filesystem-initialization.d.ts +12 -12
- package/lib/browser-only/browserfs-filesystem-initialization.js +54 -54
- package/lib/browser-only/browserfs-filesystem-provider.d.ts +45 -45
- package/lib/browser-only/browserfs-filesystem-provider.js +439 -439
- package/lib/common/delegating-file-system-provider.d.ts +76 -76
- package/lib/common/delegating-file-system-provider.js +168 -168
- package/lib/common/download/file-download-data.d.ts +6 -6
- package/lib/common/download/file-download-data.js +26 -26
- package/lib/common/file-upload.d.ts +1 -1
- package/lib/common/file-upload.js +19 -19
- package/lib/common/files.d.ts +659 -659
- package/lib/common/files.js +355 -355
- package/lib/common/files.spec.d.ts +1 -1
- package/lib/common/files.spec.js +51 -51
- package/lib/common/filesystem-utils.d.ts +14 -14
- package/lib/common/filesystem-utils.js +63 -63
- package/lib/common/filesystem-utils.spec.d.ts +1 -1
- package/lib/common/filesystem-utils.spec.js +378 -378
- package/lib/common/filesystem-watcher-protocol.d.ts +71 -71
- package/lib/common/filesystem-watcher-protocol.js +20 -20
- package/lib/common/filesystem.d.ts +22 -22
- package/lib/common/filesystem.js +42 -42
- package/lib/common/index.d.ts +2 -2
- package/lib/common/index.js +20 -20
- package/lib/common/io.d.ts +19 -19
- package/lib/common/io.js +110 -110
- package/lib/common/remote-file-system-provider.d.ts +173 -173
- package/lib/common/remote-file-system-provider.js +435 -435
- package/lib/electron-browser/file-dialog/electron-file-dialog-module.d.ts +3 -3
- package/lib/electron-browser/file-dialog/electron-file-dialog-module.js +24 -24
- package/lib/electron-browser/file-dialog/electron-file-dialog-service.d.ts +19 -19
- package/lib/electron-browser/file-dialog/electron-file-dialog-service.js +148 -148
- package/lib/electron-browser/preload.d.ts +1 -1
- package/lib/electron-browser/preload.js +30 -30
- package/lib/electron-common/electron-api.d.ts +34 -34
- package/lib/electron-common/electron-api.js +20 -20
- package/lib/electron-main/electron-api-main.d.ts +5 -5
- package/lib/electron-main/electron-api-main.js +73 -73
- package/lib/electron-main/electron-main-module.d.ts +3 -3
- package/lib/electron-main/electron-main-module.js +24 -24
- package/lib/node/disk-file-system-provider.d.ts +72 -72
- package/lib/node/disk-file-system-provider.js +787 -787
- package/lib/node/disk-file-system-provider.spec.d.ts +1 -1
- package/lib/node/disk-file-system-provider.spec.js +122 -122
- package/lib/node/download/directory-archiver.d.ts +9 -9
- package/lib/node/download/directory-archiver.js +127 -127
- package/lib/node/download/directory-archiver.spec.d.ts +1 -1
- package/lib/node/download/directory-archiver.spec.js +97 -97
- package/lib/node/download/file-download-backend-module.d.ts +3 -3
- package/lib/node/download/file-download-backend-module.js +32 -32
- package/lib/node/download/file-download-cache.d.ts +21 -21
- package/lib/node/download/file-download-cache.js +82 -82
- package/lib/node/download/file-download-endpoint.d.ts +11 -11
- package/lib/node/download/file-download-endpoint.js +67 -67
- package/lib/node/download/file-download-handler.d.ts +50 -50
- package/lib/node/download/file-download-handler.js +307 -307
- package/lib/node/download/test/mock-directory-archiver.d.ts +7 -7
- package/lib/node/download/test/mock-directory-archiver.js +29 -29
- package/lib/node/file-change-collection.d.ts +22 -22
- package/lib/node/file-change-collection.js +77 -77
- package/lib/node/file-change-collection.spec.d.ts +1 -1
- package/lib/node/file-change-collection.spec.js +90 -90
- package/lib/node/filesystem-backend-module.d.ts +26 -26
- package/lib/node/filesystem-backend-module.js +120 -120
- package/lib/node/filesystem-watcher-client.d.ts +23 -23
- package/lib/node/filesystem-watcher-client.js +75 -75
- package/lib/node/filesystem-watcher-dispatcher.d.ts +23 -23
- package/lib/node/filesystem-watcher-dispatcher.js +80 -80
- package/lib/node/node-file-upload-service.d.ts +16 -16
- package/lib/node/node-file-upload-service.js +79 -79
- package/lib/node/nsfw-watcher/index.d.ts +3 -3
- package/lib/node/nsfw-watcher/index.js +39 -39
- package/lib/node/nsfw-watcher/nsfw-filesystem-service.d.ts +191 -191
- package/lib/node/nsfw-watcher/nsfw-filesystem-service.js +405 -405
- package/lib/node/nsfw-watcher/nsfw-filesystem-watcher.spec.d.ts +1 -1
- package/lib/node/nsfw-watcher/nsfw-filesystem-watcher.spec.js +151 -151
- package/lib/node/nsfw-watcher/nsfw-options.d.ts +6 -6
- package/lib/node/nsfw-watcher/nsfw-options.js +22 -22
- package/package.json +4 -4
- package/src/browser/breadcrumbs/filepath-breadcrumb.ts +43 -43
- package/src/browser/breadcrumbs/filepath-breadcrumbs-container.ts +65 -65
- package/src/browser/breadcrumbs/filepath-breadcrumbs-contribution.ts +129 -129
- package/src/browser/download/file-download-command-contribution.ts +83 -83
- package/src/browser/download/file-download-frontend-module.ts +25 -25
- package/src/browser/download/file-download-service.ts +179 -179
- package/src/browser/file-dialog/file-dialog-container.ts +67 -67
- package/src/browser/file-dialog/file-dialog-hidden-files-renderer.tsx +59 -59
- package/src/browser/file-dialog/file-dialog-model.ts +96 -96
- package/src/browser/file-dialog/file-dialog-module.ts +44 -44
- package/src/browser/file-dialog/file-dialog-service.ts +99 -99
- package/src/browser/file-dialog/file-dialog-tree-filters-renderer.tsx +100 -100
- package/src/browser/file-dialog/file-dialog-tree.ts +89 -89
- package/src/browser/file-dialog/file-dialog-widget.ts +75 -75
- package/src/browser/file-dialog/file-dialog.ts +434 -434
- package/src/browser/file-dialog/index.ts +20 -20
- package/src/browser/file-resource.ts +390 -390
- package/src/browser/file-selection.ts +44 -44
- package/src/browser/file-service.ts +1841 -1841
- package/src/browser/file-tree/file-tree-container.ts +36 -36
- package/src/browser/file-tree/file-tree-decorator-adapter.ts +159 -159
- package/src/browser/file-tree/file-tree-label-provider.ts +53 -53
- package/src/browser/file-tree/file-tree-model.ts +212 -212
- package/src/browser/file-tree/file-tree-widget.tsx +327 -327
- package/src/browser/file-tree/file-tree.ts +183 -183
- package/src/browser/file-tree/index.ts +22 -22
- package/src/browser/file-upload-service.ts +539 -539
- package/src/browser/filesystem-frontend-contribution.ts +381 -381
- package/src/browser/filesystem-frontend-module.ts +77 -77
- package/src/browser/filesystem-preferences.ts +139 -139
- package/src/browser/filesystem-save-resource-service.ts +125 -125
- package/src/browser/filesystem-watcher-error-handler.ts +60 -60
- package/src/browser/index.ts +21 -21
- package/src/browser/location/index.ts +18 -18
- package/src/browser/location/location-renderer.tsx +404 -404
- package/src/browser/location/location-service.ts +22 -22
- package/src/browser/remote-file-service-contribution.ts +38 -38
- package/src/browser/style/file-dialog.css +208 -208
- package/src/browser/style/file-icons.css +64 -64
- package/src/browser/style/filepath-breadcrumbs.css +20 -20
- package/src/browser/style/index.css +36 -36
- package/src/browser-only/browser-only-filesystem-frontend-module.ts +38 -38
- package/src/browser-only/browser-only-filesystem-provider-server.ts +32 -32
- package/src/browser-only/browserfs-filesystem-initialization.ts +61 -61
- package/src/browser-only/browserfs-filesystem-provider.ts +462 -462
- package/src/common/delegating-file-system-provider.ts +226 -226
- package/src/common/download/README.md +30 -30
- package/src/common/download/file-download-data.ts +27 -27
- package/src/common/file-upload.ts +17 -17
- package/src/common/files.spec.ts +51 -51
- package/src/common/files.ts +996 -996
- package/src/common/filesystem-utils.spec.ts +411 -411
- package/src/common/filesystem-utils.ts +64 -64
- package/src/common/filesystem-watcher-protocol.ts +96 -96
- package/src/common/filesystem.ts +43 -43
- package/src/common/index.ts +18 -18
- package/src/common/io.ts +150 -150
- package/src/common/remote-file-system-provider.ts +549 -549
- package/src/electron-browser/file-dialog/electron-file-dialog-module.ts +24 -24
- package/src/electron-browser/file-dialog/electron-file-dialog-service.ts +165 -165
- package/src/electron-browser/preload.ts +31 -31
- package/src/electron-common/electron-api.ts +55 -55
- package/src/electron-main/electron-api-main.ts +78 -78
- package/src/electron-main/electron-main-module.ts +23 -23
- package/src/node/disk-file-system-provider.spec.ts +142 -142
- package/src/node/disk-file-system-provider.ts +915 -915
- package/src/node/download/directory-archiver.spec.ts +104 -104
- package/src/node/download/directory-archiver.ts +126 -126
- package/src/node/download/file-download-backend-module.ts +32 -32
- package/src/node/download/file-download-cache.ts +88 -88
- package/src/node/download/file-download-endpoint.ts +63 -63
- package/src/node/download/file-download-handler.ts +304 -304
- package/src/node/download/test/mock-directory-archiver.ts +30 -30
- package/src/node/file-change-collection.spec.ts +110 -110
- package/src/node/file-change-collection.ts +78 -78
- package/src/node/filesystem-backend-module.ts +140 -140
- package/src/node/filesystem-watcher-client.ts +72 -72
- package/src/node/filesystem-watcher-dispatcher.ts +82 -82
- package/src/node/node-file-upload-service.ts +80 -80
- package/src/node/nsfw-watcher/index.ts +45 -45
- package/src/node/nsfw-watcher/nsfw-filesystem-service.ts +481 -481
- package/src/node/nsfw-watcher/nsfw-filesystem-watcher.spec.ts +182 -182
- package/src/node/nsfw-watcher/nsfw-options.ts +23 -23
- package/src/typings/dom.webkit.d.ts +77 -77
- package/src/typings/mv/index.d.ts +21 -21
- package/src/typings/nsfw/index.d.ts +18 -18
- package/src/typings/trash/index.d.ts +20 -20
|
@@ -1,426 +1,426 @@
|
|
|
1
|
-
import URI from '@theia/core/lib/common/uri';
|
|
2
|
-
import { CancellationToken } from '@theia/core/lib/common/cancellation';
|
|
3
|
-
import { Disposable } from '@theia/core/lib/common/disposable';
|
|
4
|
-
import { WaitUntilEvent, Event } from '@theia/core/lib/common/event';
|
|
5
|
-
import { ContributionProvider } from '@theia/core/lib/common/contribution-provider';
|
|
6
|
-
import { FileChangesEvent, FileOperation, FileOperationError, FileOperationEvent, FileSystemProviderCapabilities, CreateFileOptions, FileContent, FileStat, FileStatWithMetadata, FileStreamContent, FileSystemProvider, ReadFileOptions, ResolveFileOptions, ResolveMetadataFileOptions, Stat, WatchOptions, WriteFileOptions, ResolveFileResult, ResolveFileResultWithMetadata, MoveFileOptions, CopyFileOptions, BaseStatWithMetadata, FileDeleteOptions, FileOperationOptions } from '../common/files';
|
|
7
|
-
import { BinaryBuffer, BinaryBufferReadable, BinaryBufferReadableStream } from '@theia/core/lib/common/buffer';
|
|
8
|
-
import { ReadableStream, Readable } from '@theia/core/lib/common/stream';
|
|
9
|
-
import { LabelProvider } from '@theia/core/lib/browser/label-provider';
|
|
10
|
-
import { FileSystemPreferences } from './filesystem-preferences';
|
|
11
|
-
import { ProgressService } from '@theia/core/lib/common/progress-service';
|
|
12
|
-
import type { TextDocumentContentChangeEvent } from '@theia/core/shared/vscode-languageserver-protocol';
|
|
13
|
-
import { EncodingRegistry } from '@theia/core/lib/browser/encoding-registry';
|
|
14
|
-
import { EncodingService, ResourceEncoding } from '@theia/core/lib/common/encoding-service';
|
|
15
|
-
import { FileSystemWatcherErrorHandler } from './filesystem-watcher-error-handler';
|
|
16
|
-
import { MarkdownString } from '@theia/core/lib/common/markdown-rendering';
|
|
17
|
-
export interface FileOperationParticipant {
|
|
18
|
-
/**
|
|
19
|
-
* Participate in a file operation of a working copy. Allows to
|
|
20
|
-
* change the working copy before it is being saved to disk.
|
|
21
|
-
*/
|
|
22
|
-
participate(target: URI, source: URI | undefined, operation: FileOperation, timeout: number, token: CancellationToken): Promise<void>;
|
|
23
|
-
}
|
|
24
|
-
export interface ReadEncodingOptions {
|
|
25
|
-
/**
|
|
26
|
-
* The optional encoding parameter allows to specify the desired encoding when resolving
|
|
27
|
-
* the contents of the file.
|
|
28
|
-
*/
|
|
29
|
-
encoding?: string;
|
|
30
|
-
/**
|
|
31
|
-
* The optional guessEncoding parameter allows to guess encoding from content of the file.
|
|
32
|
-
*/
|
|
33
|
-
autoGuessEncoding?: boolean;
|
|
34
|
-
}
|
|
35
|
-
export interface WriteEncodingOptions {
|
|
36
|
-
/**
|
|
37
|
-
* The encoding to use when updating a file.
|
|
38
|
-
*/
|
|
39
|
-
encoding?: string;
|
|
40
|
-
/**
|
|
41
|
-
* If set to true, will enforce the selected encoding and not perform any detection using BOMs.
|
|
42
|
-
*/
|
|
43
|
-
overwriteEncoding?: boolean;
|
|
44
|
-
}
|
|
45
|
-
export interface ReadTextFileOptions extends ReadEncodingOptions, ReadFileOptions {
|
|
46
|
-
/**
|
|
47
|
-
* The optional acceptTextOnly parameter allows to fail this request early if the file
|
|
48
|
-
* contents are not textual.
|
|
49
|
-
*/
|
|
50
|
-
acceptTextOnly?: boolean;
|
|
51
|
-
}
|
|
52
|
-
interface BaseTextFileContent extends BaseStatWithMetadata {
|
|
53
|
-
/**
|
|
54
|
-
* The encoding of the content if known.
|
|
55
|
-
*/
|
|
56
|
-
encoding: string;
|
|
57
|
-
}
|
|
58
|
-
export interface TextFileContent extends BaseTextFileContent {
|
|
59
|
-
/**
|
|
60
|
-
* The content of a text file.
|
|
61
|
-
*/
|
|
62
|
-
value: string;
|
|
63
|
-
}
|
|
64
|
-
export interface TextFileStreamContent extends BaseTextFileContent {
|
|
65
|
-
/**
|
|
66
|
-
* The line grouped content of a text file.
|
|
67
|
-
*/
|
|
68
|
-
value: ReadableStream<string>;
|
|
69
|
-
}
|
|
70
|
-
export interface CreateTextFileOptions extends WriteEncodingOptions, CreateFileOptions {
|
|
71
|
-
}
|
|
72
|
-
export interface WriteTextFileOptions extends WriteEncodingOptions, WriteFileOptions {
|
|
73
|
-
}
|
|
74
|
-
export interface UpdateTextFileOptions extends WriteEncodingOptions, WriteFileOptions {
|
|
75
|
-
readEncoding: string;
|
|
76
|
-
}
|
|
77
|
-
export interface UserFileOperationEvent extends WaitUntilEvent {
|
|
78
|
-
/**
|
|
79
|
-
* An identifier to correlate the operation through the
|
|
80
|
-
* different event types (before, after, error).
|
|
81
|
-
*/
|
|
82
|
-
readonly correlationId: number;
|
|
83
|
-
/**
|
|
84
|
-
* The file operation that is taking place.
|
|
85
|
-
*/
|
|
86
|
-
readonly operation: FileOperation;
|
|
87
|
-
/**
|
|
88
|
-
* The resource the event is about.
|
|
89
|
-
*/
|
|
90
|
-
readonly target: URI;
|
|
91
|
-
/**
|
|
92
|
-
* A property that is defined for move operations.
|
|
93
|
-
*/
|
|
94
|
-
readonly source?: URI;
|
|
95
|
-
}
|
|
96
|
-
export declare const FileServiceContribution: unique symbol;
|
|
97
|
-
/**
|
|
98
|
-
* A {@link FileServiceContribution} can be used to add custom {@link FileSystemProvider}s.
|
|
99
|
-
* For this, the contribution has to listen to the {@link FileSystemProviderActivationEvent} and register
|
|
100
|
-
* the custom {@link FileSystemProvider}s according to the scheme when this event is fired.
|
|
101
|
-
*
|
|
102
|
-
* ### Example usage
|
|
103
|
-
* ```ts
|
|
104
|
-
* export class MyFileServiceContribution implements FileServiceContribution {
|
|
105
|
-
* registerFileSystemProviders(service: FileService): void {
|
|
106
|
-
* service.onWillActivateFileSystemProvider(event => {
|
|
107
|
-
* if (event.scheme === 'mySyncProviderScheme') {
|
|
108
|
-
* service.registerProvider('mySyncProviderScheme', this.mySyncProvider);
|
|
109
|
-
* }
|
|
110
|
-
* if (event.scheme === 'myAsyncProviderScheme') {
|
|
111
|
-
* event.waitUntil((async () => {
|
|
112
|
-
* const myAsyncProvider = await this.createAsyncProvider();
|
|
113
|
-
* service.registerProvider('myAsyncProviderScheme', myAsyncProvider);
|
|
114
|
-
* })());
|
|
115
|
-
* }
|
|
116
|
-
* });
|
|
117
|
-
*
|
|
118
|
-
* }
|
|
119
|
-
*```
|
|
120
|
-
*/
|
|
121
|
-
export interface FileServiceContribution {
|
|
122
|
-
/**
|
|
123
|
-
* Register custom file system providers for the given {@link FileService}.
|
|
124
|
-
* @param service The file service for which the providers should be registered.
|
|
125
|
-
*/
|
|
126
|
-
registerFileSystemProviders(service: FileService): void;
|
|
127
|
-
}
|
|
128
|
-
/**
|
|
129
|
-
* Represents the `FileSystemProviderRegistration` event.
|
|
130
|
-
* This event is fired by the {@link FileService} if a {@link FileSystemProvider} is
|
|
131
|
-
* registered to or unregistered from the service.
|
|
132
|
-
*/
|
|
133
|
-
export interface FileSystemProviderRegistrationEvent {
|
|
134
|
-
/** `True` if a new provider has been registered, `false` if a provider has been unregistered. */
|
|
135
|
-
added: boolean;
|
|
136
|
-
/** The (uri) scheme for which the provider was (previously) registered */
|
|
137
|
-
scheme: string;
|
|
138
|
-
/** The affected file system provider for which this event was fired. */
|
|
139
|
-
provider?: FileSystemProvider;
|
|
140
|
-
}
|
|
141
|
-
/**
|
|
142
|
-
* Represents the `FileSystemProviderCapabilitiesChange` event.
|
|
143
|
-
* This event is fired by the {@link FileService} if the capabilities of one of its managed
|
|
144
|
-
* {@link FileSystemProvider}s have changed.
|
|
145
|
-
*/
|
|
146
|
-
export interface FileSystemProviderCapabilitiesChangeEvent {
|
|
147
|
-
/** The affected file system provider for which this event was fired. */
|
|
148
|
-
provider: FileSystemProvider;
|
|
149
|
-
/** The (uri) scheme for which the provider is registered */
|
|
150
|
-
scheme: string;
|
|
151
|
-
}
|
|
152
|
-
export interface FileSystemProviderReadOnlyMessageChangeEvent {
|
|
153
|
-
/** The affected file system provider for which this event was fired. */
|
|
154
|
-
provider: FileSystemProvider;
|
|
155
|
-
/** The uri for which the provider is registered */
|
|
156
|
-
scheme: string;
|
|
157
|
-
/** The new read only message */
|
|
158
|
-
message: MarkdownString | undefined;
|
|
159
|
-
}
|
|
160
|
-
/**
|
|
161
|
-
* Represents the `FileSystemProviderActivation` event.
|
|
162
|
-
* This event is fired by the {@link FileService} if it wants to activate the
|
|
163
|
-
* {@link FileSystemProvider} for a specific scheme.
|
|
164
|
-
*/
|
|
165
|
-
export interface FileSystemProviderActivationEvent extends WaitUntilEvent {
|
|
166
|
-
/** The (uri) scheme for which the provider should be activated */
|
|
167
|
-
scheme: string;
|
|
168
|
-
}
|
|
169
|
-
export declare const enum TextFileOperationResult {
|
|
170
|
-
FILE_IS_BINARY = 0
|
|
171
|
-
}
|
|
172
|
-
export declare class TextFileOperationError extends FileOperationError {
|
|
173
|
-
textFileOperationResult: TextFileOperationResult;
|
|
174
|
-
options?: (ReadTextFileOptions & WriteTextFileOptions) | undefined;
|
|
175
|
-
constructor(message: string, textFileOperationResult: TextFileOperationResult, options?: (ReadTextFileOptions & WriteTextFileOptions) | undefined);
|
|
176
|
-
}
|
|
177
|
-
/**
|
|
178
|
-
* The {@link FileService} is the common facade responsible for all interactions with file systems.
|
|
179
|
-
* It manages all registered {@link FileSystemProvider}s and
|
|
180
|
-
* forwards calls to the responsible {@link FileSystemProvider}, determined by the scheme.
|
|
181
|
-
* For additional documentation regarding the provided functions see also {@link FileSystemProvider}.
|
|
182
|
-
*/
|
|
183
|
-
export declare class FileService {
|
|
184
|
-
private readonly BUFFER_SIZE;
|
|
185
|
-
protected readonly labelProvider: LabelProvider;
|
|
186
|
-
protected readonly preferences: FileSystemPreferences;
|
|
187
|
-
protected readonly progressService: ProgressService;
|
|
188
|
-
protected readonly encodingRegistry: EncodingRegistry;
|
|
189
|
-
protected readonly encodingService: EncodingService;
|
|
190
|
-
protected readonly contributions: ContributionProvider<FileServiceContribution>;
|
|
191
|
-
protected readonly watcherErrorHandler: FileSystemWatcherErrorHandler;
|
|
192
|
-
protected init(): void;
|
|
193
|
-
private correlationIds;
|
|
194
|
-
private readonly onWillRunUserOperationEmitter;
|
|
195
|
-
/**
|
|
196
|
-
* An event that is emitted when file operation is being performed.
|
|
197
|
-
* This event is triggered by user gestures.
|
|
198
|
-
*/
|
|
199
|
-
readonly onWillRunUserOperation: Event<UserFileOperationEvent>;
|
|
200
|
-
private readonly onDidFailUserOperationEmitter;
|
|
201
|
-
/**
|
|
202
|
-
* An event that is emitted when file operation is failed.
|
|
203
|
-
* This event is triggered by user gestures.
|
|
204
|
-
*/
|
|
205
|
-
readonly onDidFailUserOperation: Event<UserFileOperationEvent>;
|
|
206
|
-
private readonly onDidRunUserOperationEmitter;
|
|
207
|
-
/**
|
|
208
|
-
* An event that is emitted when file operation is finished.
|
|
209
|
-
* This event is triggered by user gestures.
|
|
210
|
-
*/
|
|
211
|
-
readonly onDidRunUserOperation: Event<UserFileOperationEvent>;
|
|
212
|
-
private onDidChangeFileSystemProviderRegistrationsEmitter;
|
|
213
|
-
readonly onDidChangeFileSystemProviderRegistrations: Event<FileSystemProviderRegistrationEvent>;
|
|
214
|
-
private onWillActivateFileSystemProviderEmitter;
|
|
215
|
-
/**
|
|
216
|
-
* See `FileServiceContribution.registerProviders`.
|
|
217
|
-
*/
|
|
218
|
-
readonly onWillActivateFileSystemProvider: Event<FileSystemProviderActivationEvent>;
|
|
219
|
-
private onDidChangeFileSystemProviderCapabilitiesEmitter;
|
|
220
|
-
readonly onDidChangeFileSystemProviderCapabilities: Event<FileSystemProviderCapabilitiesChangeEvent>;
|
|
221
|
-
private onDidChangeFileSystemProviderReadOnlyMessageEmitter;
|
|
222
|
-
readonly onDidChangeFileSystemProviderReadOnlyMessage: Event<FileSystemProviderReadOnlyMessageChangeEvent>;
|
|
223
|
-
private readonly providers;
|
|
224
|
-
private readonly activations;
|
|
225
|
-
/**
|
|
226
|
-
* Registers a new {@link FileSystemProvider} for the given scheme.
|
|
227
|
-
* @param scheme The (uri) scheme for which the provider should be registered.
|
|
228
|
-
* @param provider The file system provider that should be registered.
|
|
229
|
-
*
|
|
230
|
-
* @returns A `Disposable` that can be invoked to unregister the given provider.
|
|
231
|
-
*/
|
|
232
|
-
registerProvider(scheme: string, provider: FileSystemProvider): Disposable;
|
|
233
|
-
/**
|
|
234
|
-
* Try to activate the registered provider for the given scheme
|
|
235
|
-
* @param scheme The uri scheme for which the responsible provider should be activated.
|
|
236
|
-
*
|
|
237
|
-
* @returns A promise of the activated file system provider. Only resolves if a provider is available for this scheme, gets rejected otherwise.
|
|
238
|
-
*/
|
|
239
|
-
activateProvider(scheme: string): Promise<FileSystemProvider>;
|
|
240
|
-
/**
|
|
241
|
-
* Tests if the service (i.e. any of its registered {@link FileSystemProvider}s) can handle the given resource.
|
|
242
|
-
* @param resource `URI` of the resource to test.
|
|
243
|
-
*
|
|
244
|
-
* @returns `true` if the resource can be handled, `false` otherwise.
|
|
245
|
-
*/
|
|
246
|
-
canHandleResource(resource: URI): boolean;
|
|
247
|
-
getReadOnlyMessage(resource: URI): MarkdownString | undefined;
|
|
248
|
-
/**
|
|
249
|
-
* Tests if the service (i.e the {@link FileSystemProvider} registered for the given uri scheme) provides the given capability.
|
|
250
|
-
* @param resource `URI` of the resource to test.
|
|
251
|
-
* @param capability The required capability.
|
|
252
|
-
*
|
|
253
|
-
* @returns `true` if the resource can be handled and the required capability can be provided.
|
|
254
|
-
*/
|
|
255
|
-
hasCapability(resource: URI, capability: FileSystemProviderCapabilities): boolean;
|
|
256
|
-
/**
|
|
257
|
-
* List the schemes and capabilities for registered file system providers
|
|
258
|
-
*/
|
|
259
|
-
listCapabilities(): {
|
|
260
|
-
scheme: string;
|
|
261
|
-
capabilities: FileSystemProviderCapabilities;
|
|
262
|
-
}[];
|
|
263
|
-
protected withProvider(resource: URI): Promise<FileSystemProvider>;
|
|
264
|
-
private withReadProvider;
|
|
265
|
-
private withWriteProvider;
|
|
266
|
-
private onDidRunOperationEmitter;
|
|
267
|
-
/**
|
|
268
|
-
* An event that is emitted when operation is finished.
|
|
269
|
-
* This event is triggered by user gestures and programmatically.
|
|
270
|
-
*/
|
|
271
|
-
readonly onDidRunOperation: Event<FileOperationEvent>;
|
|
272
|
-
/**
|
|
273
|
-
* Try to resolve file information and metadata for the given resource.
|
|
274
|
-
* @param resource `URI` of the resource that should be resolved.
|
|
275
|
-
* @param options Options to customize the resolvement process.
|
|
276
|
-
*
|
|
277
|
-
* @return A promise that resolves if the resource could be successfully resolved.
|
|
278
|
-
*/
|
|
279
|
-
resolve(resource: URI, options: ResolveMetadataFileOptions): Promise<FileStatWithMetadata>;
|
|
280
|
-
resolve(resource: URI, options?: ResolveFileOptions | undefined): Promise<FileStat>;
|
|
281
|
-
private doResolveFile;
|
|
282
|
-
private toFileStat;
|
|
283
|
-
/**
|
|
284
|
-
* Try to resolve file information and metadata for all given resource.
|
|
285
|
-
* @param toResolve An array of all the resources (and corresponding resolvement options) that should be resolved.
|
|
286
|
-
*
|
|
287
|
-
* @returns A promise of all resolved resources. The promise is not rejected if any of the given resources cannot be resolved.
|
|
288
|
-
* Instead this is reflected with the `success` flag of the corresponding {@link ResolveFileResult}.
|
|
289
|
-
*/
|
|
290
|
-
resolveAll(toResolve: {
|
|
291
|
-
resource: URI;
|
|
292
|
-
options?: ResolveFileOptions;
|
|
293
|
-
}[]): Promise<ResolveFileResult[]>;
|
|
294
|
-
resolveAll(toResolve: {
|
|
295
|
-
resource: URI;
|
|
296
|
-
options: ResolveMetadataFileOptions;
|
|
297
|
-
}[]): Promise<ResolveFileResultWithMetadata[]>;
|
|
298
|
-
/**
|
|
299
|
-
* Tests if the given resource exists in the filesystem.
|
|
300
|
-
* @param resource `URI` of the resource which should be tested.
|
|
301
|
-
* @throws Will throw an error if no {@link FileSystemProvider} is registered for the given resource.
|
|
302
|
-
*
|
|
303
|
-
* @returns A promise that resolves to `true` if the resource exists.
|
|
304
|
-
*/
|
|
305
|
-
exists(resource: URI): Promise<boolean>;
|
|
306
|
-
/**
|
|
307
|
-
* Tests a user's permissions for the given resource.
|
|
308
|
-
* @param resource `URI` of the resource which should be tested.
|
|
309
|
-
* @param mode An optional integer that specifies the accessibility checks to be performed.
|
|
310
|
-
* Check `FileAccess.Constants` for possible values of mode.
|
|
311
|
-
* It is possible to create a mask consisting of the bitwise `OR` of two or more values (e.g. FileAccess.Constants.W_OK | FileAccess.Constants.R_OK).
|
|
312
|
-
* If `mode` is not defined, `FileAccess.Constants.F_OK` will be used instead.
|
|
313
|
-
*/
|
|
314
|
-
access(resource: URI, mode?: number): Promise<boolean>;
|
|
315
|
-
/**
|
|
316
|
-
* Resolves the fs path of the given URI.
|
|
317
|
-
*
|
|
318
|
-
* USE WITH CAUTION: You should always prefer URIs to paths if possible, as they are
|
|
319
|
-
* portable and platform independent. Paths should only be used in cases you directly
|
|
320
|
-
* interact with the OS, e.g. when running a command on the shell.
|
|
321
|
-
*
|
|
322
|
-
* If you need to display human readable simple or long names then use `LabelProvider` instead.
|
|
323
|
-
* @param resource `URI` of the resource that should be resolved.
|
|
324
|
-
* @throws Will throw an error if no {@link FileSystemProvider} is registered for the given resource.
|
|
325
|
-
*
|
|
326
|
-
* @returns A promise of the resolved fs path.
|
|
327
|
-
*/
|
|
328
|
-
fsPath(resource: URI): Promise<string>;
|
|
329
|
-
create(resource: URI, value?: string | Readable<string>, options?: CreateTextFileOptions): Promise<FileStatWithMetadata>;
|
|
330
|
-
protected doCreate(resource: URI, value?: string | Readable<string>, options?: CreateTextFileOptions): Promise<FileStatWithMetadata>;
|
|
331
|
-
write(resource: URI, value: string | Readable<string>, options?: WriteTextFileOptions): Promise<FileStatWithMetadata & {
|
|
332
|
-
encoding: string;
|
|
333
|
-
}>;
|
|
334
|
-
read(resource: URI, options?: ReadTextFileOptions): Promise<TextFileContent>;
|
|
335
|
-
readStream(resource: URI, options?: ReadTextFileOptions): Promise<TextFileStreamContent>;
|
|
336
|
-
private doRead;
|
|
337
|
-
protected resolveReadOptions(options?: ReadTextFileOptions): ReadTextFileOptions;
|
|
338
|
-
update(resource: URI, changes: TextDocumentContentChangeEvent[], options: UpdateTextFileOptions): Promise<FileStatWithMetadata & {
|
|
339
|
-
encoding: string;
|
|
340
|
-
}>;
|
|
341
|
-
createFile(resource: URI, bufferOrReadableOrStream?: BinaryBuffer | BinaryBufferReadable | BinaryBufferReadableStream, options?: CreateFileOptions): Promise<FileStatWithMetadata>;
|
|
342
|
-
writeFile(resource: URI, bufferOrReadableOrStream: BinaryBuffer | BinaryBufferReadable | BinaryBufferReadableStream, options?: WriteFileOptions): Promise<FileStatWithMetadata>;
|
|
343
|
-
private validateWriteFile;
|
|
344
|
-
/**
|
|
345
|
-
* Dirty write prevention: if the file on disk has been changed and does not match our expected
|
|
346
|
-
* mtime and etag, we bail out to prevent dirty writing.
|
|
347
|
-
*
|
|
348
|
-
* First, we check for a mtime that is in the future before we do more checks. The assumption is
|
|
349
|
-
* that only the mtime is an indicator for a file that has changed on disk.
|
|
350
|
-
*
|
|
351
|
-
* Second, if the mtime has advanced, we compare the size of the file on disk with our previous
|
|
352
|
-
* one using the etag() function. Relying only on the mtime check has proven to produce false
|
|
353
|
-
* positives due to file system weirdness (especially around remote file systems). As such, the
|
|
354
|
-
* check for size is a weaker check because it can return a false negative if the file has changed
|
|
355
|
-
* but to the same length. This is a compromise we take to avoid having to produce checksums of
|
|
356
|
-
* the file content for comparison which would be much slower to compute.
|
|
357
|
-
*/
|
|
358
|
-
protected modifiedSince(stat: Stat, options?: WriteFileOptions): boolean;
|
|
359
|
-
protected shouldReadUnbuffered(options?: ReadFileOptions): boolean;
|
|
360
|
-
readFile(resource: URI, options?: ReadFileOptions): Promise<FileContent>;
|
|
361
|
-
readFileStream(resource: URI, options?: ReadFileOptions): Promise<FileStreamContent>;
|
|
362
|
-
private doReadAsFileStream;
|
|
363
|
-
private readFileStreamed;
|
|
364
|
-
private readFileBuffered;
|
|
365
|
-
protected rethrowAsFileOperationError(message: string, resource: URI, error: Error, options?: ReadFileOptions & WriteFileOptions & CreateFileOptions): never;
|
|
366
|
-
protected asFileOperationError(message: string, resource: URI, error: Error, options?: ReadFileOptions & WriteFileOptions & CreateFileOptions): FileOperationError;
|
|
367
|
-
private readFileUnbuffered;
|
|
368
|
-
private validateReadFile;
|
|
369
|
-
private validateReadFileLimits;
|
|
370
|
-
move(source: URI, target: URI, options?: MoveFileOptions): Promise<FileStatWithMetadata>;
|
|
371
|
-
protected doMove(source: URI, target: URI, overwrite?: boolean): Promise<FileStatWithMetadata>;
|
|
372
|
-
copy(source: URI, target: URI, options?: CopyFileOptions): Promise<FileStatWithMetadata>;
|
|
373
|
-
protected doCopy(source: URI, target: URI, overwrite?: boolean): Promise<FileStatWithMetadata>;
|
|
374
|
-
private doMoveCopy;
|
|
375
|
-
private doCopyFile;
|
|
376
|
-
private doCopyFolder;
|
|
377
|
-
private doValidateMoveCopy;
|
|
378
|
-
createFolder(resource: URI, options?: FileOperationOptions): Promise<FileStatWithMetadata>;
|
|
379
|
-
private mkdirp;
|
|
380
|
-
delete(resource: URI, options?: FileOperationOptions & Partial<FileDeleteOptions>): Promise<void>;
|
|
381
|
-
protected doDelete(resource: URI, options?: Partial<FileDeleteOptions>): Promise<void>;
|
|
382
|
-
private onDidFilesChangeEmitter;
|
|
383
|
-
/**
|
|
384
|
-
* An event that is emitted when files are changed on the disk.
|
|
385
|
-
*/
|
|
386
|
-
get onDidFilesChange(): Event<FileChangesEvent>;
|
|
387
|
-
private activeWatchers;
|
|
388
|
-
watch(resource: URI, options?: WatchOptions): Disposable;
|
|
389
|
-
doWatch(resource: URI, options: WatchOptions): Promise<Disposable>;
|
|
390
|
-
private toWatchKey;
|
|
391
|
-
private writeQueues;
|
|
392
|
-
private ensureWriteQueue;
|
|
393
|
-
private toMapKey;
|
|
394
|
-
private doWriteBuffered;
|
|
395
|
-
private doWriteStreamBufferedQueued;
|
|
396
|
-
private doWriteReadableBufferedQueued;
|
|
397
|
-
private doWriteBuffer;
|
|
398
|
-
private doWriteUnbuffered;
|
|
399
|
-
private doWriteUnbufferedQueued;
|
|
400
|
-
private doPipeBuffered;
|
|
401
|
-
private doPipeBufferedQueued;
|
|
402
|
-
private doPipeUnbuffered;
|
|
403
|
-
private doPipeUnbufferedQueued;
|
|
404
|
-
private doPipeUnbufferedToBuffered;
|
|
405
|
-
private doPipeUnbufferedToBufferedQueued;
|
|
406
|
-
private doPipeBufferedToUnbuffered;
|
|
407
|
-
protected throwIfFileSystemIsReadonly<T extends FileSystemProvider>(provider: T, resource: URI): T;
|
|
408
|
-
private resourceForError;
|
|
409
|
-
private readonly participants;
|
|
410
|
-
addFileOperationParticipant(participant: FileOperationParticipant): Disposable;
|
|
411
|
-
runFileOperationParticipants(target: URI, source: URI | undefined, operation: FileOperation): Promise<void>;
|
|
412
|
-
private progressLabel;
|
|
413
|
-
protected getWriteEncoding(resource: URI, options?: WriteEncodingOptions): Promise<ResourceEncoding>;
|
|
414
|
-
protected getReadEncoding(resource: URI, options?: ReadEncodingOptions, detectedEncoding?: string): Promise<string>;
|
|
415
|
-
protected getEncodingForResource(resource: URI, preferredEncoding?: string): Promise<string>;
|
|
416
|
-
/**
|
|
417
|
-
* Converts to an underlying fs provider resource format.
|
|
418
|
-
*
|
|
419
|
-
* For example converting `user-storage` resources to `file` resources under a user home:
|
|
420
|
-
* user-storage:/user/settings.json => file://home/.theia/settings.json
|
|
421
|
-
*/
|
|
422
|
-
toUnderlyingResource(resource: URI): Promise<URI>;
|
|
423
|
-
protected handleFileWatchError(): void;
|
|
424
|
-
}
|
|
425
|
-
export {};
|
|
1
|
+
import URI from '@theia/core/lib/common/uri';
|
|
2
|
+
import { CancellationToken } from '@theia/core/lib/common/cancellation';
|
|
3
|
+
import { Disposable } from '@theia/core/lib/common/disposable';
|
|
4
|
+
import { WaitUntilEvent, Event } from '@theia/core/lib/common/event';
|
|
5
|
+
import { ContributionProvider } from '@theia/core/lib/common/contribution-provider';
|
|
6
|
+
import { FileChangesEvent, FileOperation, FileOperationError, FileOperationEvent, FileSystemProviderCapabilities, CreateFileOptions, FileContent, FileStat, FileStatWithMetadata, FileStreamContent, FileSystemProvider, ReadFileOptions, ResolveFileOptions, ResolveMetadataFileOptions, Stat, WatchOptions, WriteFileOptions, ResolveFileResult, ResolveFileResultWithMetadata, MoveFileOptions, CopyFileOptions, BaseStatWithMetadata, FileDeleteOptions, FileOperationOptions } from '../common/files';
|
|
7
|
+
import { BinaryBuffer, BinaryBufferReadable, BinaryBufferReadableStream } from '@theia/core/lib/common/buffer';
|
|
8
|
+
import { ReadableStream, Readable } from '@theia/core/lib/common/stream';
|
|
9
|
+
import { LabelProvider } from '@theia/core/lib/browser/label-provider';
|
|
10
|
+
import { FileSystemPreferences } from './filesystem-preferences';
|
|
11
|
+
import { ProgressService } from '@theia/core/lib/common/progress-service';
|
|
12
|
+
import type { TextDocumentContentChangeEvent } from '@theia/core/shared/vscode-languageserver-protocol';
|
|
13
|
+
import { EncodingRegistry } from '@theia/core/lib/browser/encoding-registry';
|
|
14
|
+
import { EncodingService, ResourceEncoding } from '@theia/core/lib/common/encoding-service';
|
|
15
|
+
import { FileSystemWatcherErrorHandler } from './filesystem-watcher-error-handler';
|
|
16
|
+
import { MarkdownString } from '@theia/core/lib/common/markdown-rendering';
|
|
17
|
+
export interface FileOperationParticipant {
|
|
18
|
+
/**
|
|
19
|
+
* Participate in a file operation of a working copy. Allows to
|
|
20
|
+
* change the working copy before it is being saved to disk.
|
|
21
|
+
*/
|
|
22
|
+
participate(target: URI, source: URI | undefined, operation: FileOperation, timeout: number, token: CancellationToken): Promise<void>;
|
|
23
|
+
}
|
|
24
|
+
export interface ReadEncodingOptions {
|
|
25
|
+
/**
|
|
26
|
+
* The optional encoding parameter allows to specify the desired encoding when resolving
|
|
27
|
+
* the contents of the file.
|
|
28
|
+
*/
|
|
29
|
+
encoding?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The optional guessEncoding parameter allows to guess encoding from content of the file.
|
|
32
|
+
*/
|
|
33
|
+
autoGuessEncoding?: boolean;
|
|
34
|
+
}
|
|
35
|
+
export interface WriteEncodingOptions {
|
|
36
|
+
/**
|
|
37
|
+
* The encoding to use when updating a file.
|
|
38
|
+
*/
|
|
39
|
+
encoding?: string;
|
|
40
|
+
/**
|
|
41
|
+
* If set to true, will enforce the selected encoding and not perform any detection using BOMs.
|
|
42
|
+
*/
|
|
43
|
+
overwriteEncoding?: boolean;
|
|
44
|
+
}
|
|
45
|
+
export interface ReadTextFileOptions extends ReadEncodingOptions, ReadFileOptions {
|
|
46
|
+
/**
|
|
47
|
+
* The optional acceptTextOnly parameter allows to fail this request early if the file
|
|
48
|
+
* contents are not textual.
|
|
49
|
+
*/
|
|
50
|
+
acceptTextOnly?: boolean;
|
|
51
|
+
}
|
|
52
|
+
interface BaseTextFileContent extends BaseStatWithMetadata {
|
|
53
|
+
/**
|
|
54
|
+
* The encoding of the content if known.
|
|
55
|
+
*/
|
|
56
|
+
encoding: string;
|
|
57
|
+
}
|
|
58
|
+
export interface TextFileContent extends BaseTextFileContent {
|
|
59
|
+
/**
|
|
60
|
+
* The content of a text file.
|
|
61
|
+
*/
|
|
62
|
+
value: string;
|
|
63
|
+
}
|
|
64
|
+
export interface TextFileStreamContent extends BaseTextFileContent {
|
|
65
|
+
/**
|
|
66
|
+
* The line grouped content of a text file.
|
|
67
|
+
*/
|
|
68
|
+
value: ReadableStream<string>;
|
|
69
|
+
}
|
|
70
|
+
export interface CreateTextFileOptions extends WriteEncodingOptions, CreateFileOptions {
|
|
71
|
+
}
|
|
72
|
+
export interface WriteTextFileOptions extends WriteEncodingOptions, WriteFileOptions {
|
|
73
|
+
}
|
|
74
|
+
export interface UpdateTextFileOptions extends WriteEncodingOptions, WriteFileOptions {
|
|
75
|
+
readEncoding: string;
|
|
76
|
+
}
|
|
77
|
+
export interface UserFileOperationEvent extends WaitUntilEvent {
|
|
78
|
+
/**
|
|
79
|
+
* An identifier to correlate the operation through the
|
|
80
|
+
* different event types (before, after, error).
|
|
81
|
+
*/
|
|
82
|
+
readonly correlationId: number;
|
|
83
|
+
/**
|
|
84
|
+
* The file operation that is taking place.
|
|
85
|
+
*/
|
|
86
|
+
readonly operation: FileOperation;
|
|
87
|
+
/**
|
|
88
|
+
* The resource the event is about.
|
|
89
|
+
*/
|
|
90
|
+
readonly target: URI;
|
|
91
|
+
/**
|
|
92
|
+
* A property that is defined for move operations.
|
|
93
|
+
*/
|
|
94
|
+
readonly source?: URI;
|
|
95
|
+
}
|
|
96
|
+
export declare const FileServiceContribution: unique symbol;
|
|
97
|
+
/**
|
|
98
|
+
* A {@link FileServiceContribution} can be used to add custom {@link FileSystemProvider}s.
|
|
99
|
+
* For this, the contribution has to listen to the {@link FileSystemProviderActivationEvent} and register
|
|
100
|
+
* the custom {@link FileSystemProvider}s according to the scheme when this event is fired.
|
|
101
|
+
*
|
|
102
|
+
* ### Example usage
|
|
103
|
+
* ```ts
|
|
104
|
+
* export class MyFileServiceContribution implements FileServiceContribution {
|
|
105
|
+
* registerFileSystemProviders(service: FileService): void {
|
|
106
|
+
* service.onWillActivateFileSystemProvider(event => {
|
|
107
|
+
* if (event.scheme === 'mySyncProviderScheme') {
|
|
108
|
+
* service.registerProvider('mySyncProviderScheme', this.mySyncProvider);
|
|
109
|
+
* }
|
|
110
|
+
* if (event.scheme === 'myAsyncProviderScheme') {
|
|
111
|
+
* event.waitUntil((async () => {
|
|
112
|
+
* const myAsyncProvider = await this.createAsyncProvider();
|
|
113
|
+
* service.registerProvider('myAsyncProviderScheme', myAsyncProvider);
|
|
114
|
+
* })());
|
|
115
|
+
* }
|
|
116
|
+
* });
|
|
117
|
+
*
|
|
118
|
+
* }
|
|
119
|
+
*```
|
|
120
|
+
*/
|
|
121
|
+
export interface FileServiceContribution {
|
|
122
|
+
/**
|
|
123
|
+
* Register custom file system providers for the given {@link FileService}.
|
|
124
|
+
* @param service The file service for which the providers should be registered.
|
|
125
|
+
*/
|
|
126
|
+
registerFileSystemProviders(service: FileService): void;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* Represents the `FileSystemProviderRegistration` event.
|
|
130
|
+
* This event is fired by the {@link FileService} if a {@link FileSystemProvider} is
|
|
131
|
+
* registered to or unregistered from the service.
|
|
132
|
+
*/
|
|
133
|
+
export interface FileSystemProviderRegistrationEvent {
|
|
134
|
+
/** `True` if a new provider has been registered, `false` if a provider has been unregistered. */
|
|
135
|
+
added: boolean;
|
|
136
|
+
/** The (uri) scheme for which the provider was (previously) registered */
|
|
137
|
+
scheme: string;
|
|
138
|
+
/** The affected file system provider for which this event was fired. */
|
|
139
|
+
provider?: FileSystemProvider;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Represents the `FileSystemProviderCapabilitiesChange` event.
|
|
143
|
+
* This event is fired by the {@link FileService} if the capabilities of one of its managed
|
|
144
|
+
* {@link FileSystemProvider}s have changed.
|
|
145
|
+
*/
|
|
146
|
+
export interface FileSystemProviderCapabilitiesChangeEvent {
|
|
147
|
+
/** The affected file system provider for which this event was fired. */
|
|
148
|
+
provider: FileSystemProvider;
|
|
149
|
+
/** The (uri) scheme for which the provider is registered */
|
|
150
|
+
scheme: string;
|
|
151
|
+
}
|
|
152
|
+
export interface FileSystemProviderReadOnlyMessageChangeEvent {
|
|
153
|
+
/** The affected file system provider for which this event was fired. */
|
|
154
|
+
provider: FileSystemProvider;
|
|
155
|
+
/** The uri for which the provider is registered */
|
|
156
|
+
scheme: string;
|
|
157
|
+
/** The new read only message */
|
|
158
|
+
message: MarkdownString | undefined;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Represents the `FileSystemProviderActivation` event.
|
|
162
|
+
* This event is fired by the {@link FileService} if it wants to activate the
|
|
163
|
+
* {@link FileSystemProvider} for a specific scheme.
|
|
164
|
+
*/
|
|
165
|
+
export interface FileSystemProviderActivationEvent extends WaitUntilEvent {
|
|
166
|
+
/** The (uri) scheme for which the provider should be activated */
|
|
167
|
+
scheme: string;
|
|
168
|
+
}
|
|
169
|
+
export declare const enum TextFileOperationResult {
|
|
170
|
+
FILE_IS_BINARY = 0
|
|
171
|
+
}
|
|
172
|
+
export declare class TextFileOperationError extends FileOperationError {
|
|
173
|
+
textFileOperationResult: TextFileOperationResult;
|
|
174
|
+
options?: (ReadTextFileOptions & WriteTextFileOptions) | undefined;
|
|
175
|
+
constructor(message: string, textFileOperationResult: TextFileOperationResult, options?: (ReadTextFileOptions & WriteTextFileOptions) | undefined);
|
|
176
|
+
}
|
|
177
|
+
/**
|
|
178
|
+
* The {@link FileService} is the common facade responsible for all interactions with file systems.
|
|
179
|
+
* It manages all registered {@link FileSystemProvider}s and
|
|
180
|
+
* forwards calls to the responsible {@link FileSystemProvider}, determined by the scheme.
|
|
181
|
+
* For additional documentation regarding the provided functions see also {@link FileSystemProvider}.
|
|
182
|
+
*/
|
|
183
|
+
export declare class FileService {
|
|
184
|
+
private readonly BUFFER_SIZE;
|
|
185
|
+
protected readonly labelProvider: LabelProvider;
|
|
186
|
+
protected readonly preferences: FileSystemPreferences;
|
|
187
|
+
protected readonly progressService: ProgressService;
|
|
188
|
+
protected readonly encodingRegistry: EncodingRegistry;
|
|
189
|
+
protected readonly encodingService: EncodingService;
|
|
190
|
+
protected readonly contributions: ContributionProvider<FileServiceContribution>;
|
|
191
|
+
protected readonly watcherErrorHandler: FileSystemWatcherErrorHandler;
|
|
192
|
+
protected init(): void;
|
|
193
|
+
private correlationIds;
|
|
194
|
+
private readonly onWillRunUserOperationEmitter;
|
|
195
|
+
/**
|
|
196
|
+
* An event that is emitted when file operation is being performed.
|
|
197
|
+
* This event is triggered by user gestures.
|
|
198
|
+
*/
|
|
199
|
+
readonly onWillRunUserOperation: Event<UserFileOperationEvent>;
|
|
200
|
+
private readonly onDidFailUserOperationEmitter;
|
|
201
|
+
/**
|
|
202
|
+
* An event that is emitted when file operation is failed.
|
|
203
|
+
* This event is triggered by user gestures.
|
|
204
|
+
*/
|
|
205
|
+
readonly onDidFailUserOperation: Event<UserFileOperationEvent>;
|
|
206
|
+
private readonly onDidRunUserOperationEmitter;
|
|
207
|
+
/**
|
|
208
|
+
* An event that is emitted when file operation is finished.
|
|
209
|
+
* This event is triggered by user gestures.
|
|
210
|
+
*/
|
|
211
|
+
readonly onDidRunUserOperation: Event<UserFileOperationEvent>;
|
|
212
|
+
private onDidChangeFileSystemProviderRegistrationsEmitter;
|
|
213
|
+
readonly onDidChangeFileSystemProviderRegistrations: Event<FileSystemProviderRegistrationEvent>;
|
|
214
|
+
private onWillActivateFileSystemProviderEmitter;
|
|
215
|
+
/**
|
|
216
|
+
* See `FileServiceContribution.registerProviders`.
|
|
217
|
+
*/
|
|
218
|
+
readonly onWillActivateFileSystemProvider: Event<FileSystemProviderActivationEvent>;
|
|
219
|
+
private onDidChangeFileSystemProviderCapabilitiesEmitter;
|
|
220
|
+
readonly onDidChangeFileSystemProviderCapabilities: Event<FileSystemProviderCapabilitiesChangeEvent>;
|
|
221
|
+
private onDidChangeFileSystemProviderReadOnlyMessageEmitter;
|
|
222
|
+
readonly onDidChangeFileSystemProviderReadOnlyMessage: Event<FileSystemProviderReadOnlyMessageChangeEvent>;
|
|
223
|
+
private readonly providers;
|
|
224
|
+
private readonly activations;
|
|
225
|
+
/**
|
|
226
|
+
* Registers a new {@link FileSystemProvider} for the given scheme.
|
|
227
|
+
* @param scheme The (uri) scheme for which the provider should be registered.
|
|
228
|
+
* @param provider The file system provider that should be registered.
|
|
229
|
+
*
|
|
230
|
+
* @returns A `Disposable` that can be invoked to unregister the given provider.
|
|
231
|
+
*/
|
|
232
|
+
registerProvider(scheme: string, provider: FileSystemProvider): Disposable;
|
|
233
|
+
/**
|
|
234
|
+
* Try to activate the registered provider for the given scheme
|
|
235
|
+
* @param scheme The uri scheme for which the responsible provider should be activated.
|
|
236
|
+
*
|
|
237
|
+
* @returns A promise of the activated file system provider. Only resolves if a provider is available for this scheme, gets rejected otherwise.
|
|
238
|
+
*/
|
|
239
|
+
activateProvider(scheme: string): Promise<FileSystemProvider>;
|
|
240
|
+
/**
|
|
241
|
+
* Tests if the service (i.e. any of its registered {@link FileSystemProvider}s) can handle the given resource.
|
|
242
|
+
* @param resource `URI` of the resource to test.
|
|
243
|
+
*
|
|
244
|
+
* @returns `true` if the resource can be handled, `false` otherwise.
|
|
245
|
+
*/
|
|
246
|
+
canHandleResource(resource: URI): boolean;
|
|
247
|
+
getReadOnlyMessage(resource: URI): MarkdownString | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* Tests if the service (i.e the {@link FileSystemProvider} registered for the given uri scheme) provides the given capability.
|
|
250
|
+
* @param resource `URI` of the resource to test.
|
|
251
|
+
* @param capability The required capability.
|
|
252
|
+
*
|
|
253
|
+
* @returns `true` if the resource can be handled and the required capability can be provided.
|
|
254
|
+
*/
|
|
255
|
+
hasCapability(resource: URI, capability: FileSystemProviderCapabilities): boolean;
|
|
256
|
+
/**
|
|
257
|
+
* List the schemes and capabilities for registered file system providers
|
|
258
|
+
*/
|
|
259
|
+
listCapabilities(): {
|
|
260
|
+
scheme: string;
|
|
261
|
+
capabilities: FileSystemProviderCapabilities;
|
|
262
|
+
}[];
|
|
263
|
+
protected withProvider(resource: URI): Promise<FileSystemProvider>;
|
|
264
|
+
private withReadProvider;
|
|
265
|
+
private withWriteProvider;
|
|
266
|
+
private onDidRunOperationEmitter;
|
|
267
|
+
/**
|
|
268
|
+
* An event that is emitted when operation is finished.
|
|
269
|
+
* This event is triggered by user gestures and programmatically.
|
|
270
|
+
*/
|
|
271
|
+
readonly onDidRunOperation: Event<FileOperationEvent>;
|
|
272
|
+
/**
|
|
273
|
+
* Try to resolve file information and metadata for the given resource.
|
|
274
|
+
* @param resource `URI` of the resource that should be resolved.
|
|
275
|
+
* @param options Options to customize the resolvement process.
|
|
276
|
+
*
|
|
277
|
+
* @return A promise that resolves if the resource could be successfully resolved.
|
|
278
|
+
*/
|
|
279
|
+
resolve(resource: URI, options: ResolveMetadataFileOptions): Promise<FileStatWithMetadata>;
|
|
280
|
+
resolve(resource: URI, options?: ResolveFileOptions | undefined): Promise<FileStat>;
|
|
281
|
+
private doResolveFile;
|
|
282
|
+
private toFileStat;
|
|
283
|
+
/**
|
|
284
|
+
* Try to resolve file information and metadata for all given resource.
|
|
285
|
+
* @param toResolve An array of all the resources (and corresponding resolvement options) that should be resolved.
|
|
286
|
+
*
|
|
287
|
+
* @returns A promise of all resolved resources. The promise is not rejected if any of the given resources cannot be resolved.
|
|
288
|
+
* Instead this is reflected with the `success` flag of the corresponding {@link ResolveFileResult}.
|
|
289
|
+
*/
|
|
290
|
+
resolveAll(toResolve: {
|
|
291
|
+
resource: URI;
|
|
292
|
+
options?: ResolveFileOptions;
|
|
293
|
+
}[]): Promise<ResolveFileResult[]>;
|
|
294
|
+
resolveAll(toResolve: {
|
|
295
|
+
resource: URI;
|
|
296
|
+
options: ResolveMetadataFileOptions;
|
|
297
|
+
}[]): Promise<ResolveFileResultWithMetadata[]>;
|
|
298
|
+
/**
|
|
299
|
+
* Tests if the given resource exists in the filesystem.
|
|
300
|
+
* @param resource `URI` of the resource which should be tested.
|
|
301
|
+
* @throws Will throw an error if no {@link FileSystemProvider} is registered for the given resource.
|
|
302
|
+
*
|
|
303
|
+
* @returns A promise that resolves to `true` if the resource exists.
|
|
304
|
+
*/
|
|
305
|
+
exists(resource: URI): Promise<boolean>;
|
|
306
|
+
/**
|
|
307
|
+
* Tests a user's permissions for the given resource.
|
|
308
|
+
* @param resource `URI` of the resource which should be tested.
|
|
309
|
+
* @param mode An optional integer that specifies the accessibility checks to be performed.
|
|
310
|
+
* Check `FileAccess.Constants` for possible values of mode.
|
|
311
|
+
* It is possible to create a mask consisting of the bitwise `OR` of two or more values (e.g. FileAccess.Constants.W_OK | FileAccess.Constants.R_OK).
|
|
312
|
+
* If `mode` is not defined, `FileAccess.Constants.F_OK` will be used instead.
|
|
313
|
+
*/
|
|
314
|
+
access(resource: URI, mode?: number): Promise<boolean>;
|
|
315
|
+
/**
|
|
316
|
+
* Resolves the fs path of the given URI.
|
|
317
|
+
*
|
|
318
|
+
* USE WITH CAUTION: You should always prefer URIs to paths if possible, as they are
|
|
319
|
+
* portable and platform independent. Paths should only be used in cases you directly
|
|
320
|
+
* interact with the OS, e.g. when running a command on the shell.
|
|
321
|
+
*
|
|
322
|
+
* If you need to display human readable simple or long names then use `LabelProvider` instead.
|
|
323
|
+
* @param resource `URI` of the resource that should be resolved.
|
|
324
|
+
* @throws Will throw an error if no {@link FileSystemProvider} is registered for the given resource.
|
|
325
|
+
*
|
|
326
|
+
* @returns A promise of the resolved fs path.
|
|
327
|
+
*/
|
|
328
|
+
fsPath(resource: URI): Promise<string>;
|
|
329
|
+
create(resource: URI, value?: string | Readable<string>, options?: CreateTextFileOptions): Promise<FileStatWithMetadata>;
|
|
330
|
+
protected doCreate(resource: URI, value?: string | Readable<string>, options?: CreateTextFileOptions): Promise<FileStatWithMetadata>;
|
|
331
|
+
write(resource: URI, value: string | Readable<string>, options?: WriteTextFileOptions): Promise<FileStatWithMetadata & {
|
|
332
|
+
encoding: string;
|
|
333
|
+
}>;
|
|
334
|
+
read(resource: URI, options?: ReadTextFileOptions): Promise<TextFileContent>;
|
|
335
|
+
readStream(resource: URI, options?: ReadTextFileOptions): Promise<TextFileStreamContent>;
|
|
336
|
+
private doRead;
|
|
337
|
+
protected resolveReadOptions(options?: ReadTextFileOptions): ReadTextFileOptions;
|
|
338
|
+
update(resource: URI, changes: TextDocumentContentChangeEvent[], options: UpdateTextFileOptions): Promise<FileStatWithMetadata & {
|
|
339
|
+
encoding: string;
|
|
340
|
+
}>;
|
|
341
|
+
createFile(resource: URI, bufferOrReadableOrStream?: BinaryBuffer | BinaryBufferReadable | BinaryBufferReadableStream, options?: CreateFileOptions): Promise<FileStatWithMetadata>;
|
|
342
|
+
writeFile(resource: URI, bufferOrReadableOrStream: BinaryBuffer | BinaryBufferReadable | BinaryBufferReadableStream, options?: WriteFileOptions): Promise<FileStatWithMetadata>;
|
|
343
|
+
private validateWriteFile;
|
|
344
|
+
/**
|
|
345
|
+
* Dirty write prevention: if the file on disk has been changed and does not match our expected
|
|
346
|
+
* mtime and etag, we bail out to prevent dirty writing.
|
|
347
|
+
*
|
|
348
|
+
* First, we check for a mtime that is in the future before we do more checks. The assumption is
|
|
349
|
+
* that only the mtime is an indicator for a file that has changed on disk.
|
|
350
|
+
*
|
|
351
|
+
* Second, if the mtime has advanced, we compare the size of the file on disk with our previous
|
|
352
|
+
* one using the etag() function. Relying only on the mtime check has proven to produce false
|
|
353
|
+
* positives due to file system weirdness (especially around remote file systems). As such, the
|
|
354
|
+
* check for size is a weaker check because it can return a false negative if the file has changed
|
|
355
|
+
* but to the same length. This is a compromise we take to avoid having to produce checksums of
|
|
356
|
+
* the file content for comparison which would be much slower to compute.
|
|
357
|
+
*/
|
|
358
|
+
protected modifiedSince(stat: Stat, options?: WriteFileOptions): boolean;
|
|
359
|
+
protected shouldReadUnbuffered(options?: ReadFileOptions): boolean;
|
|
360
|
+
readFile(resource: URI, options?: ReadFileOptions): Promise<FileContent>;
|
|
361
|
+
readFileStream(resource: URI, options?: ReadFileOptions): Promise<FileStreamContent>;
|
|
362
|
+
private doReadAsFileStream;
|
|
363
|
+
private readFileStreamed;
|
|
364
|
+
private readFileBuffered;
|
|
365
|
+
protected rethrowAsFileOperationError(message: string, resource: URI, error: Error, options?: ReadFileOptions & WriteFileOptions & CreateFileOptions): never;
|
|
366
|
+
protected asFileOperationError(message: string, resource: URI, error: Error, options?: ReadFileOptions & WriteFileOptions & CreateFileOptions): FileOperationError;
|
|
367
|
+
private readFileUnbuffered;
|
|
368
|
+
private validateReadFile;
|
|
369
|
+
private validateReadFileLimits;
|
|
370
|
+
move(source: URI, target: URI, options?: MoveFileOptions): Promise<FileStatWithMetadata>;
|
|
371
|
+
protected doMove(source: URI, target: URI, overwrite?: boolean): Promise<FileStatWithMetadata>;
|
|
372
|
+
copy(source: URI, target: URI, options?: CopyFileOptions): Promise<FileStatWithMetadata>;
|
|
373
|
+
protected doCopy(source: URI, target: URI, overwrite?: boolean): Promise<FileStatWithMetadata>;
|
|
374
|
+
private doMoveCopy;
|
|
375
|
+
private doCopyFile;
|
|
376
|
+
private doCopyFolder;
|
|
377
|
+
private doValidateMoveCopy;
|
|
378
|
+
createFolder(resource: URI, options?: FileOperationOptions): Promise<FileStatWithMetadata>;
|
|
379
|
+
private mkdirp;
|
|
380
|
+
delete(resource: URI, options?: FileOperationOptions & Partial<FileDeleteOptions>): Promise<void>;
|
|
381
|
+
protected doDelete(resource: URI, options?: Partial<FileDeleteOptions>): Promise<void>;
|
|
382
|
+
private onDidFilesChangeEmitter;
|
|
383
|
+
/**
|
|
384
|
+
* An event that is emitted when files are changed on the disk.
|
|
385
|
+
*/
|
|
386
|
+
get onDidFilesChange(): Event<FileChangesEvent>;
|
|
387
|
+
private activeWatchers;
|
|
388
|
+
watch(resource: URI, options?: WatchOptions): Disposable;
|
|
389
|
+
doWatch(resource: URI, options: WatchOptions): Promise<Disposable>;
|
|
390
|
+
private toWatchKey;
|
|
391
|
+
private writeQueues;
|
|
392
|
+
private ensureWriteQueue;
|
|
393
|
+
private toMapKey;
|
|
394
|
+
private doWriteBuffered;
|
|
395
|
+
private doWriteStreamBufferedQueued;
|
|
396
|
+
private doWriteReadableBufferedQueued;
|
|
397
|
+
private doWriteBuffer;
|
|
398
|
+
private doWriteUnbuffered;
|
|
399
|
+
private doWriteUnbufferedQueued;
|
|
400
|
+
private doPipeBuffered;
|
|
401
|
+
private doPipeBufferedQueued;
|
|
402
|
+
private doPipeUnbuffered;
|
|
403
|
+
private doPipeUnbufferedQueued;
|
|
404
|
+
private doPipeUnbufferedToBuffered;
|
|
405
|
+
private doPipeUnbufferedToBufferedQueued;
|
|
406
|
+
private doPipeBufferedToUnbuffered;
|
|
407
|
+
protected throwIfFileSystemIsReadonly<T extends FileSystemProvider>(provider: T, resource: URI): T;
|
|
408
|
+
private resourceForError;
|
|
409
|
+
private readonly participants;
|
|
410
|
+
addFileOperationParticipant(participant: FileOperationParticipant): Disposable;
|
|
411
|
+
runFileOperationParticipants(target: URI, source: URI | undefined, operation: FileOperation): Promise<void>;
|
|
412
|
+
private progressLabel;
|
|
413
|
+
protected getWriteEncoding(resource: URI, options?: WriteEncodingOptions): Promise<ResourceEncoding>;
|
|
414
|
+
protected getReadEncoding(resource: URI, options?: ReadEncodingOptions, detectedEncoding?: string): Promise<string>;
|
|
415
|
+
protected getEncodingForResource(resource: URI, preferredEncoding?: string): Promise<string>;
|
|
416
|
+
/**
|
|
417
|
+
* Converts to an underlying fs provider resource format.
|
|
418
|
+
*
|
|
419
|
+
* For example converting `user-storage` resources to `file` resources under a user home:
|
|
420
|
+
* user-storage:/user/settings.json => file://home/.theia/settings.json
|
|
421
|
+
*/
|
|
422
|
+
toUnderlyingResource(resource: URI): Promise<URI>;
|
|
423
|
+
protected handleFileWatchError(): void;
|
|
424
|
+
}
|
|
425
|
+
export {};
|
|
426
426
|
//# sourceMappingURL=file-service.d.ts.map
|