Skip to content
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

Fix isIgnoredFile throwing error if the drive letter is lowercase #819

Closed
wants to merge 1 commit into from

Conversation

srthMD
Copy link

@srthMD srthMD commented Nov 8, 2024

I got annoyed at having to downgrade to use the lsp with nvim in windows so i decided to yolo it and try to make my own fix

i dont have much experience with c++ nor am i familiar with how the lsp works so any feedback would be helpful

fixes #752

@JohnnyMorganz
Copy link
Owner

Thanks for the PR! And sorry for the delay in responding here. This is pretty much what I was planning, except we probably want to switch to a lowercase instead of uppercase by default.

I've ended up fixing this in 07a953d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

isIgnoredFiles with default constructed path due to drive letter
2 participants