IDE Textual : Missing 'Launch Python in Script Engine' option in debug
Hi,
I'm facing an issue where I can only see the 'Python: Current File' option when trying to run my script in the script engine. I've tried reinstalling both the IDE and Python runtime without success. I also tested with IDE versions 118 and 120, but the problem persists. Additionally, the source control tab indicates 'No repository found.'
Has anyone encountered this? How can I run my script in the script engine properly?
Thanks.
Best reply by BrightKnight
Hi Parco,
regarding the missing entry "Launch Python in Script Engine" you can try two approaches.
Approach 1:
Delete the launch.jsonÂ
Uninstall the IDE App and install it again. (Really uninstall first and not just reinstall)
Approach 2:
Press this button:Â
A launch.json should open in which you paste the content of the attached launch.txt
This error can occur when pressing this control wheel button. You should avoid pressing it. We are investigating the root issue and are planing to fix it in the upcoming release.
In your other attached screenshots you showed two additional topics.
Repositories can only be found when a .git folder is present. You need to either clone or init one. The activeConfiguration directory is initially not a git repo and therefore none is found.