For the command: "Python: Run Python Environment Tool (PET) in Terminal" it currently just finds the PET executable and runs that straight, instead I want to update it to:
- user selects
"Python: Run Python Environment Tool (PET) in Terminal..."
- a second menu shows that either says "find all environments" or "resolve environment"
- if the user clicks "find all environments"
a. run the following command: "path/to/pet" find --verbose
- if the user selects "resolve environment..."
a. show an input box, allow the user to input a path to an executable
b. run the following command in the terminal: "path/to/pet" resolve /user/inputted/file/path
description of the two tools:
find Finds the environments and reports them to the standard output
resolve Resolves & reports the details of the the environment to the standard output
For the command:
"Python: Run Python Environment Tool (PET) in Terminal"it currently just finds the PET executable and runs that straight, instead I want to update it to:"Python: Run Python Environment Tool (PET) in Terminal..."a. run the following command:
"path/to/pet" find --verbosea. show an input box, allow the user to input a path to an executable
b. run the following command in the terminal:
"path/to/pet" resolve /user/inputted/file/pathdescription of the two tools:
find Finds the environments and reports them to the standard output
resolve Resolves & reports the details of the the environment to the standard output