microsoft / microsoft/vscode-python-debugger

Feature request: `"python.debug.settings.console"`

Open
#528 2 comments 30 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature-request needs PR
Dominant language
TypeScript
Stars
180
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 the java.debug.settings.console user setting.

https://code.visualstudio.com/docs/java/java-debugging#_launch

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.