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 your feature request related to a problem? Please describe.
I have a workspace with multiple roots. Some are node projects, some are C++ projects with CMake and I use nix to manage all the environments.
The nix-env-selector don't seem to support this. I cannot select which nix file I'm loading for which directory, and some tools don't seem to work. I must run all my tools in the integrated terminal instead of using extension commands
Describe the solution you'd like
Being able to select a nix file for each projects.
Describe alternatives you've considered
Running all tools in the integrated terminal. For some things like python debugging it seem to work since the venv point to the nix python.
Also running everything in different windows seem to work.
The text was updated successfully, but these errors were encountered:
I'm interested in this, since I have many NodeJS projects, and I have a workspace file that is rooted at Projects/ directory.
In particular, one thing I'm confused about is how nix-specific environment variables get applied to certain extensions.
For example in one project which involves C++, I want to have one of the include paths that shell.nix brings in to be understood by the cpptools extension.
Is your feature request related to a problem? Please describe.
I have a workspace with multiple roots. Some are node projects, some are C++ projects with CMake and I use nix to manage all the environments.
The nix-env-selector don't seem to support this. I cannot select which nix file I'm loading for which directory, and some tools don't seem to work. I must run all my tools in the integrated terminal instead of using extension commands
Describe the solution you'd like
Being able to select a nix file for each projects.
Describe alternatives you've considered
Running all tools in the integrated terminal. For some things like python debugging it seem to work since the venv point to the nix python.
Also running everything in different windows seem to work.
The text was updated successfully, but these errors were encountered: