A simple project manager for conda, windows 10 and vscode

A simple project manager for conda, windows 10 and vscode
Installation
You must have anaconda3 on your path and vscode
function Workon (){
python -m workon $args
}
Add this function to $PROFILE file using powershell
Usage
python workon --help
python workon show
python workon workon PROJECT
python workon create PROJECT -d PATH -p PYTHON
python workon remove PROJECT
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make