microsoft / microsoft/vscode-python-debugger
Feature request: `"python.debug.settings.console"`
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 180
- 派生
- 126
- 平均合并
- 2 天 3 小时
- 30 天内合并 PR
- 3
描述
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
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 Python 调试器对调试配置设置的处理方式,以及 issue 中描述的现有控制台设置行为。当用户级别的 python.debug.settings.console 值为未定义控制台的配置提供控制台,同时显式配置值保持不变时,工作即告完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python, typescript, vscode
- 领域
- devtools
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100