Will Cole
Will Cole
I don't see that on latest, which commit are you on?
Happy to hear it was just an extension. The environment.bat\sh file initializes the python environment, it has options to change if you'd prefer a venv.
Correct, the script only initializes the shell it is run in with the environment. It is initializing the environment through manually setting up the listed variables to the paths in...
If I understand what you're trying to do; i.e. create a venv you can activate, you would do: 1. Edit environment.bat to the following:  * This tells forge to...
If you create a venv as above, and then install the requirements in an activated shell the modules will populate the venv area. In the default install environment, they are...
See the commented lines my environment.bat above (lines 5, 6,7, and 9), they are missing in your version. If I clone that extension into the extensions folder, I see the...
That's what I couldn't figure out 
Looking at it a bit more, I think you're right that the right align is not great so I removed it. Also fixed an issue causing the input area to...
So I was able to find the right syntax to cap the length of the window at the max element. I added that to the PR, but if its not...
Can also cap the max width so that the popup doesn't go too crazy (not currently in PR): 