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
I am opening multiple projects in a single workspace all the time (99%), so the lack of support for them is a deal-breaker. Let's use this issue for tracking adding support for it.
The text was updated successfully, but these errors were encountered:
I agree. I have added a note in the README already. Currently, it only uses the primary workspace.
I am not sure yet how the extension should behave in multi-folders mode. Do you have a good example of such extension?
— For tools/tasks/env tree views, I think we can easily fetch them in each workspace
— There is a direnv like feature where vscode loads the environment variables provided by mise. I am not sure how this can work in multi-root workspaces. I will probably have to let the user choose what they need, or switch the environment variables based on the file they are looking at.
— I need to understand a bit better how settings work in multi-root mode. I am writing to the settings.json file of the workspace now, and I am not sure yet if this approach will work in multi-root mode
I am opening multiple projects in a single workspace all the time (99%), so the lack of support for them is a deal-breaker. Let's use this issue for tracking adding support for it.
The text was updated successfully, but these errors were encountered: