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
vscode.workspace.findFiles fails if one of the folders in the .code-workspace of a multi-root workspace does not exist:
spawn /root/.vscode-server/bin/0f3794b38477eea13fb47fbe15a42798e6129338/node_modules/vscode-ripgrep/bin/rg ENOENT
FAIL
Error: spawn /root/.vscode-server/bin/0f3794b38477eea13fb47fbe15a42798e6129338/node_modules/vscode-ripgrep/bin/rg ENOENT
at Object.t.deserializeSearchError (file:///C:/Users/eine/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3924:413)
at Promise.all.then.t (file:///C:/Users/eine/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:4558:215)
at process._tickCallback (internal/process/next_tick.js:68:7)
The text was updated successfully, but these errors were encountered:
@roblourens, is this being delayed because you have other priorities in your task list or because it is harder to fix than you thought? I don't want you to hurry up at all. I'd just like to know whether it is likely to be fixed this month or we might need to wait.
Ref #42219
vscode.workspace.findFiles
fails if one of the folders in the.code-workspace
of a multi-root workspace does not exist:The text was updated successfully, but these errors were encountered: