forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality
Description
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-Nin 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
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality