-
Notifications
You must be signed in to change notification settings - Fork 588
Fixed: [bug/lsp]panic: vfs: path is not absolute #671 #738
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
Fixed: [bug/lsp]panic: vfs: path is not absolute #671 #738
Conversation
This really needs some sort of test. Nobody's said how this problem surfaces. |
Most of the changes in this PR are unrelated to the actual fix, which I believe is just I will still say like last time that I don't think this is the right fix. The original |
Thank you for your feedback. I understand your concerns regarding the scope of the changes. I'll revert the unrelated modifications to keep the PR focused on the actual fix. Regarding the approach, I see your point about getFileNamesFromConfigSpecs only normalizing the path. I'll take a closer look to identify where the incorrect path is being introduced and determine if the issue originates elsewhere. Let me know if you have any additional insights. |
- Removed unnecessary blank line to make function documentation visible on hover. - No changes to logic or functionality.
@jakebailey
@gabritto
@andrewbranch
Old PR