Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将Clear Console(workbench.debug.panel.action.clearReplAction)绑定到快捷方式,问题是When检查调试控制台是否处于活动状态的条件是什么?
Clear Console
workbench.debug.panel.action.clearReplAction
When
我已经想通了:
{ "key": "ctrl+l", "command": "workbench.debug.panel.action.clearReplAction", "when": "inDebugRepl && textInputFocus" }