add DeprecatedXYZ-aliases, #47475

This commit is contained in:
Johannes Rieken
2018-04-19 15:15:07 +02:00
parent 98c94e009b
commit 1fdf60b882
3 changed files with 25 additions and 10 deletions

View File

@@ -687,6 +687,8 @@ export function createApiFactory(
FileChangeType: extHostTypes.FileChangeType,
FileType: extHostTypes.FileType,
DeprecatedFileChangeType: extHostTypes.FileChangeType,
DeprecatedFileType: extHostTypes.FileType,
FileChangeType2: extHostTypes.FileChangeType2,
FileType2: extHostTypes.FileType2,
FileOpenFlags: files.FileOpenFlags,