-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Projects with .code-workspace
paths aren't highlighted
#27
Comments
That would be cumbersome to implement without this proper API: microsoft/vscode#37421. Let's wait until they implement it. |
I am having the issue of "No project" This could be fixed with i.e. "search-path":
This does almost nothing except restore back the default functionality of Project+ by allowing you to specify a path. Which fixes the problem. Or just make the "path" an optional array. If/when the workspace config API is added, this does not interfere with that. The user might want to have an optional path and workspace file. |
@zyrsha I'm not sure how that extra property would solve the issue. To be clear we can solve this today: if we can't recognize the current project we could open all |
Has the same path search behavior as if you used:
The only difference is that the workspace file is loaded when opening the project. Alternate syntax for the same thing:
|
@zyrsha I'm not sure where you're getting at with this. We already support opening |
The issue can be fixed in a few lines of code. You add a second key which allows to specify the project root and code-workspace separately. If Microsoft adds a new API for workspace in 2020, then update the extension. As of now, this extension remains broken indefinitely. Because we use workspaces. |
@Yzrsah I don't think that's a solution, first of all it complicates things, buts most importantly a workspace will usually contain multiple root paths, and we have to know about all of them to make this work. As I mentioned we could just read each |
It looks like the necessary API has been merged: microsoft/vscode#72490 . |
.code-workspace
paths aren't highlighted
Hi! |
I would love to get this functionality working and could help implementing it. I just need a hint about where to start :) |
i have a few .code-workspace proejcts.
they are opened, but in the bottom status bar title, they are shown as "No project"
(normal project show their title)
ciao!
The text was updated successfully, but these errors were encountered: