-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
When creating a file and renaming it to captialization variation, a phantom file is created, which seems to stick arround forever.
To Reproduce
Steps to reproduce the behavior:
- Create a new Project
- Create a file called
test.lua
- Define a class called
Test
- Rename the given file into a capitalization variation (
Test.lua
) - See multiple definitions warning
Expected behavior
No phantom file to cause multiple definitions warning.
Screenshots
Walkthrough demonstration:
Sorry for the poor video quality, but converting mp4 to gif is a pain in the ass.
Environment (please complete the following information):
- OS: Windows
- No WSL
- Client: VSCode
Additional context
It maybe has something to do with NTFS not distinguishing between capitalization variations in filename.
Currently only deleting the corresponding file and restarting the editor seems to get rid of the phantom file.
Provide logs
Log file
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working