vscode: Old casing returns when clicking onto editor header
- I have used the TS refactoring to extract a class into a separate file, it created
src/vs/workbench/contrib/outline/browser/OutlineViewState.ts(upper-caseO) - I renamed the file file to
outlineViewState.ts, closed all editors - The name appears correctly in the explorer
- The name appears correctly in a new editor
- 🐛 The name changes to its old casing when clicking into the title (see video)
https://user-images.githubusercontent.com/1794099/102866075-ff796280-4436-11eb-9052-cf7e32555bd7.mov
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 17 (15 by maintainers)
Commits related to this issue
- history - make sure to track file renames properly (#113277) — committed to microsoft/vscode by bpasero 3 years ago
- history - make sure to track file renames properly (#113277) — committed to microsoft/vscode by bpasero 3 years ago
- history - make sure to track file renames properly (#113277) — committed to MarcoZehe/vscode by bpasero 3 years ago
I wasn’t able to reproduce it with an insider build, looks like it was fixed.