-
-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require doesn't recognize case sensitive file paths #436
Comments
I have tried fix this. Since I don't have a non-Windows test environment, I am not sure if this fix will work. Please apply this fix manually and help me test if the fix works, thank you! |
Sorry, but im not really experienced with VSCode Extension developement. P.S. I noticed that it recognized the require path only, if i opened the corresponding file in vscode. Is there a way to scan my whole project automaticly? |
Oh, my intention is to manually modify the changed code locally, or directly overwrite the script file. I will not scan any directory when opening a single file, unless you set |
What I meant was: |
If thease files are out of your workspace, use |
Should be fixed, closing. |
Describe the bug
When requiring a module that has captal letters, the language server won't resolve the file path.
To Reproduce
Steps to reproduce the behavior:
return "Hello World"
main.lua
fileExpected behavior
See as a value
"Hello World"
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: