fix54492: allow editor to check for original file extension for rename (#56680)

This commit is contained in:
Isabel Duan
2023-12-08 09:32:52 -08:00
committed by GitHub
parent e3d234cfc8
commit 8dfbfcb058
9 changed files with 236 additions and 9 deletions
+1
View File
@@ -1336,6 +1336,7 @@ export interface RenameInfoSuccess {
/**
* Full display name of item to be renamed.
* If item to be renamed is a file, then this is the original text of the module specifer
*/
fullDisplayName: string;