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
Is related to #158. I guess an option could be to also add .code-workspace files as a "vscode project", in addition to folders having a .vscode folder. Or another projectManager.any.workspaceFolders perhaps.
Ah nevermind, it actually just added the folder, not the actual workspace project, so it didn't work for "any" either. So I guess my request is basically same as #151. I'm closing then.
Hi,
I can only seem to catch
.code-workspace
files with the "any" project type. Is this currently the only option by design?E.g. I have a folder
$home/-vscode-workspaces
with a single filesomething.code-workspace
. This workspace project is only indexed if I include this:"projectManager.any.baseFolders": ["$home/-vscode-workspaces/"]
but not if I include this:
"projectManager.vscode.baseFolders": ["$home/-vscode-workspaces/"]
The text was updated successfully, but these errors were encountered: