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
Can I use this to search folders in g:WorkspaceFolders?
If I add "list.source.files.args": ["-workspace"] (also with -folder) to :CocConfig then I see ripgrep errors in the log when trying to list, when I try list.soruce.files.defaultOptions I get Invalid option "-workspace" of list.
The text was updated successfully, but these errors were encountered:
:CocList files
appears to support searching from the current folder and the current workspace per https://github.com/neoclide/coc-lists/blob/master/src/files.ts#L85-L86Can I use this to search folders in
g:WorkspaceFolders
?If I add
"list.source.files.args": ["-workspace"]
(also with-folder
) to:CocConfig
then I see ripgrep errors in the log when trying to list, when I trylist.soruce.files.defaultOptions
I getInvalid option "-workspace" of list
.The text was updated successfully, but these errors were encountered: