mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-16 15:51:35 -05:00
fix(54283): Provide better UX when an invalid file is selected for 'move to file' refactoring (#54300)
This commit is contained in:
@@ -7612,6 +7612,10 @@
|
||||
"category": "Message",
|
||||
"code": 95178
|
||||
},
|
||||
"Cannot move to file, selected file is invalid": {
|
||||
"category": "Message",
|
||||
"code": 95179
|
||||
},
|
||||
|
||||
"No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer.": {
|
||||
"category": "Error",
|
||||
|
||||
Reference in New Issue
Block a user