You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
test.lua
Test
Test.lua
)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):
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
The text was updated successfully, but these errors were encountered: