microsoft / microsoft/vscode-python-debugger
Surface "variablePresentation" in settings.json
未关闭
还没有人认领这个 Issue。
feature-request
needs PR
- 主要语言
- TypeScript
- 星标
- 181
- 派生
- 126
- 平均合并
- 2 天 3 小时
- 30 天内合并 PR
- 3
描述
https://github.com/microsoft/ptvsd/issues/1621#issuecomment-616581823
This allows user to control how various variable groups are shown in debugger UI. We have implemented it for VS originally (to allow it to request old behavior); but it's more broadly useful, and people are already asking for it in VSCode context.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
该 issue 指向 settings.json 和链接的 ptvsd 评论;先阅读该设计,并跟踪调试器设置如何到达 VS Code UI。确认该设置已被暴露,并且更改它会改变调试器中变量组的呈现方式。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python, typescript
- 领域
- devtools
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100