microsoft / microsoft/vscode-python-debugger
Feature request: `"python.debug.settings.console"`
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 181
- Forks
- 126
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 3
Description
Very similar to the "java.debug.settings.console" setting described below, I'd love to be able to provide a default console setting to all debug configuration that don't have one defined. This would allow separating personal preferences (Debug Console vs. Terminal, possible to be defined in user settings) from work-space-specific debug settings (which module to load and start, defined by the work space).
console- The specified console to launch the program. If not specified, use the console specified by thejava.debug.settings.consoleuser setting.
https://code.visualstudio.com/docs/java/java-debugging#_launch
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Python debugger's handling of debug configuration settings and the existing console-setting behavior described in the issue. The work is complete when a user-level python.debug.settings.console value supplies the console for configurations that do not define one, while an explicit configuration value remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, typescript, vscode
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100