Behaviour
Run Python File button tries to run /path/to/python3 Untitled-N if the save dialog is cancelled.
Steps to reproduce:
- Create an unsaved Python file
- Click the Run Python File button
- Cancel out of the Save dialog
- VS Code tries to run
/path/to/python3 Untitled-N in the terminal.
Diagnostic data
Output for Python in the Output panel
2024-11-04 07:01:25.466 [info] Send text to terminal: /usr/local/bin/python3 Untitled-11