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: use vim.fs.normalize instead of using a helper from lspconfig #318

Merged

Conversation

carlos-algms
Copy link
Contributor

fixes: #317

Lsp-config helpers dropped the method sanitize in favor of the now provided vim.fs.normalize.

Here is the PR where the function was removed.

@carlos-algms carlos-algms changed the title fix: Use vim.fs.normalize instead of using a helper from lspconfig fix: use vim.fs.normalize instead of using a helper from lspconfig Nov 27, 2024
@KostkaBrukowa KostkaBrukowa merged commit 35e397c into pmizio:master Dec 4, 2024
18 of 33 checks passed
@carlos-algms carlos-algms deleted the cgomes/fix-dropped-sanitize-helper branch December 4, 2024 08:31
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.

Attempt to call sanitize a nil value - It seems lsp-config dropped it from utils.path.sanitize
2 participants