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