We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sanitize
utils.path.sanitize
tsserver_provider.lua:67: attempt to call field 'sanitize' (a nil value)
typescript-tools.nvim/lua/typescript-tools/tsserver_provider.lua
Line 67 in 346062e
neovim/nvim-lspconfig@d651732#diff-9e30880c16142e9d50a64563fd1260aa9f851b782dd74678163e151b93878568L219
It seems lspconfig still has a utils.sanitize, but it's deprecated in favor of vim.fs.normalize which appears to be a drop-in replacement.
lspconfig
utils.sanitize
vim.fs.normalize
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Error message:
Here is where it's being called:
typescript-tools.nvim/lua/typescript-tools/tsserver_provider.lua
Line 67 in 346062e
The commit removing it:
neovim/nvim-lspconfig@d651732#diff-9e30880c16142e9d50a64563fd1260aa9f851b782dd74678163e151b93878568L219
It seems
lspconfig
still has autils.sanitize
, but it's deprecated in favor ofvim.fs.normalize
which appears to be a drop-in replacement.The text was updated successfully, but these errors were encountered: