You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been going on for a while and I did not report it because I am unable to reproduce, I still can't. I thought it was a vtsls issue but it happens with basedpyright and lua_ls.
I cannot point out where the issue is coming from per say but I get this
Error 02:09:49 PM notify.error "[inc-rename] An error occurred in the preview function. Please report this error here: https://github.com/smjonas/inc-rename.nvim/issues:
Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/treesitter/_fold.lua:275: invalid top
stack traceback:
[C]: in function '_foldupdate'
/usr/share/nvim/runtime/lua/vim/treesitter/_fold.lua:275: in function 'do_foldupdate'
/usr/share/nvim/runtime/lua/vim/treesitter/_fold.lua:266: in function 'foldupdate'
/usr/share/nvim/runtime/lua/vim/treesitter/_fold.lua:322: in function 'fn'
/usr/share/nvim/runtime/lua/vim/treesitter/_fold.lua:293: in function </usr/share/nvim/runtime/lua/vim/treesitter/_fold.lua:289>
Active language servers: { "vtsls" }
Buffer name: /home/muizzyranking/Practice/react/my-react-app/src/component.jsx
Sometimes, it works, sometimes, it shows this errors.
I have toggled inccommand to split and no split and I still get this issue. I have gone back to using builtin lsp rename but the notify feature keeps bringing me back.
The text was updated successfully, but these errors were encountered:
I found out what was wrong, the problem was when I search with / and I didn't clear highlight before searching, I get this error.
So clearing highlights before renaming fix the issue.
Turns out I was wrong
I have been trying to recreate this issues for weeks now, but I can't.
I get this when I just tried to rename
"[inc-rename] An error occurred in the preview function. Please report this error here: https://github.com/smjonas/inc-rename.nvim/issues:
E216: No such group or event: FileExplorer *
Active language servers: { "lua_ls", "copilot" }
Buffer name: /home/muizzyranking/dot-files/config/nvim/lua/plugins/lsp/lspconfig/init.lua
This issue has been going on for a while and I did not report it because I am unable to reproduce, I still can't. I thought it was a vtsls issue but it happens with basedpyright and lua_ls.
I cannot point out where the issue is coming from per say but I get this
Sometimes, it works, sometimes, it shows this errors.
I have toggled inccommand to split and no split and I still get this issue. I have gone back to using builtin lsp rename but the notify feature keeps bringing me back.
The text was updated successfully, but these errors were encountered: