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
I was trying to debug some rust stuffs and this is the plugin that is being used although this shouldn't be the case.
Here's the error:
Error 09:19:49 msg_show.lua_error E5108: Error executing lua ...ghnaad/.local/share/nvim/lazy/nvim-nio/lua/nio/tasks.lua:100: Async task failed without callback: The coroutine failed with this message:
...are/nvim/lazy/neotest-vitest/lua/neotest-vitest/init.lua:21: attempt to concatenate local 'rootPath' (a nil value)
stack traceback:
...are/nvim/lazy/neotest-vitest/lua/neotest-vitest/init.lua: in function 'hasVitestDependency'
...are/nvim/lazy/neotest-vitest/lua/neotest-vitest/init.lua:54: in function 'root'
...al/share/nvim/lazy/neotest/lua/neotest/adapters/init.lua:13: in function 'adapters_with_root_dir'
...ocal/share/nvim/lazy/neotest/lua/neotest/client/init.lua:517: in function '_update_adapters'
...ocal/share/nvim/lazy/neotest/lua/neotest/client/init.lua:491: in function '_start'
...ocal/share/nvim/lazy/neotest/lua/neotest/client/init.lua:186: in function '_ensure_started'
...ocal/share/nvim/lazy/neotest/lua/neotest/client/init.lua:198: in function 'get_position'
...ocal/share/nvim/lazy/neotest/lua/neotest/client/init.lua:150: in function <...ocal/share/nvim/lazy/neotest/lua/neotest/client/init.lua:149>
...al/share/nvim/lazy/neotest/lua/neotest/consumers/run.lua:39: in function 'get_tree_from_args'
...al/share/nvim/lazy/neotest/lua/neotest/consumers/run.lua:80: in function 'func'
...ghnaad/.local/share/nvim/lazy/nvim-nio/lua/nio/tasks.lua:173: in function <...ghnaad/.local/share/nvim/lazy/nvim-nio/lua/nio/tasks.lua:172>
stack traceback:
[C]: in function 'error'
...ghnaad/.local/share/nvim/lazy/nvim-nio/lua/nio/tasks.lua:100: in function 'close_task'
...ghnaad/.local/share/nvim/lazy/nvim-nio/lua/nio/tasks.lua:122: in function 'step'
...ghnaad/.local/share/nvim/lazy/nvim-nio/lua/nio/tasks.lua:150: in function 'run'
[string ":lua"]:1: in main chunk
The text was updated successfully, but these errors were encountered:
I was trying to debug some rust stuffs and this is the plugin that is being used although this shouldn't be the case.
Here's the error:
The text was updated successfully, but these errors were encountered: