-
Notifications
You must be signed in to change notification settings - Fork 58
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
isIgnoredFiles with default constructed path due to drive letter #752
Labels
bug
Something isn't working
Comments
In the next release I'm going to improve the error message for this. Can you show me the updated error message when that happens? |
Ah the age-old problem of case sensitivity of the drive letter. It seems that Neovim uses a capital letter while VSCode uses lowercase (for some historic reasons apparently) We need to normalise the case letter here. |
JohnnyMorganz
changed the title
[email protected] keeps errors when editing scripts included in sourcemap
isIgnoredFiles with default constructed path due to drive letter
Sep 19, 2024
miwwow
added a commit
to miwwow/nvim
that referenced
this issue
Oct 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure this happens cause of the sourcemap, but I did some tests and I only get this error in scripts included in the sourcemap, maybe because I'm using argon.
The text was updated successfully, but these errors were encountered: