mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
rename FileError to FileSystemError, #47475
This commit is contained in:
@@ -692,7 +692,7 @@ export function createApiFactory(
|
||||
FileChangeType2: extHostTypes.FileChangeType2,
|
||||
FileType2: extHostTypes.FileType2,
|
||||
FileOpenFlags: files.FileOpenFlags,
|
||||
FileError: extHostTypes.FileError,
|
||||
FileSystemError: extHostTypes.FileSystemError,
|
||||
FoldingRange: extHostTypes.FoldingRange,
|
||||
FoldingRangeKind: extHostTypes.FoldingRangeKind
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user