[core-workspaceFolder] - Invalid folder: undefined, full path required. #5398
Replies: 3 comments 6 replies
-
What's your |
Beta Was this translation helpful? Give feedback.
-
Hi @fannheyward Here's what it shows:
This is my coc-settings file: https://github.com/npearson72/dots/blob/master/ansible/roles/neovim/files/nvim/coc-settings.json |
Beta Was this translation helpful? Give feedback.
-
@fannheyward thanks for responding. I have created a sample repo for some other issue (completely unrelated to this one). The reason I'm offering to use it is because that sample repo uses a monorepo, and the problem I've described in this discussion can be observed in it: https://github.com/npearson72/example-biome-bug Here again is the the error I am seeing when using
My Also, my entire neovim And specifically the NOTE: The error appears whenever I trigger Also, this will occur even if I have an empty Hope this helps? If there is any more I can do, please let me know. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm seeing
[core-workspaceFolder] - Invalid folder: undefined, full path required.
in my coc-nvim.log.I'm not sure where it's coming from. The only workspace settings I have in my coc-settings.json are:
I want to say it's also related to this log:
Which happens when I call:
keyset("n", "<leader>as", "<Plug>(coc-codeaction-source)", opts)
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions