microsoft / microsoft/vscode-python-debugger
name filter for process picker
未關閉
還沒有人認領這個 Issue。
feature-request
needs community feedback
- 主要語言
- TypeScript
- 星號
- 181
- 分支
- 126
- 平均合併
- 2 天 3 小時
- 30 天內合併 PR
- 3
描述
Hi!
When I use
{
"name": "Python Debugger: Attach using Process Id",
"type": "debugpy",
"request": "attach",
"processId": "${command:pickProcess}",
"justMyCode": false,
},
I get a list of all (?) processes on my computer that I can attach to. A lot of them, at least.
Typically, I attach to the same process name (but different path due to parallel builds)
Could we add for example a property like below to only list items matching path (or regex ?) below to pick from?
"processNameFilter":"*/build/myproc.exe"
Regards
Thomas
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從程序選擇器的 ${command:pickProcess} 進入點開始,追蹤其設定的讀取方式;issue 中沒有指定原始碼檔案或測試。釐清篩選值與比對行為,然後新增涵蓋測試,顯示相符的程序會被列出,而其他程序會被排除。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python, typescript
- 領域
- devtools
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100