Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.code-workspace - Do they have their own project type? Or only "any"? #333

Closed
gandalfsaxe opened this issue Feb 26, 2020 · 2 comments
Closed

Comments

@gandalfsaxe
Copy link

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 file something.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/"]

@gandalfsaxe
Copy link
Author

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.

@gandalfsaxe
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant