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.
: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
.