ryanvolz / radioconda

Software radio distribution and installer for conda
Other
427 stars 45 forks source link

Activate.ps1 missing (breaks vscode-python) #114

Open micsthepick opened 2 weeks ago

micsthepick commented 2 weeks ago

in the radioconda base enviornment, there is no C:/Users//radioconda/Scripts/activate.ps1, which vscode python uses to activate, so it is instead falling back to the shell script, instead of the activate.bat, which fails. Do you think this is a bug here, or a bug with vscode-python, or would it make sense to try fixing from both ends?

micsthepick commented 2 weeks ago

as a workaround, set up vscode to use cmd as the default terminal for windows