mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
fix54492: allow editor to check for original file extension for rename (#56680)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user