forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionalityimportantIssue identified as high-priorityIssue identified as high-priority
Milestone
Description
Currently when debugging we validate the python path and display generic message with a tip in the message prompting them to click on status bar.
However, if pythonpath is valid in settings.json but invalid in launch.json, then the status bar would display the python version.
I.e. the message (tip) needs to change accordingly.
Suggestion - Try to determine where python path is invalid, settings.json or launch.json
Change message to: "The Python path in your debug configuration is invalid"
Have a single button: ["Open launch.json']
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionalityimportantIssue identified as high-priorityIssue identified as high-priority