Skip to content

Commit cc6e03b

Browse files
author
gh-workflow
committed
Update for VSCode 1.100.2
1 parent 6d1564b commit cc6e03b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

generator/default-keybindings-mac.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1805,6 +1805,8 @@
18051805
{ "key": "cmd+numpad0", "command": "workbench.action.zoomReset" },
18061806
{ "key": "shift+cmd+m", "command": "workbench.actions.view.problems",
18071807
"when": "workbench.panel.markers.view.active" },
1808+
{ "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText",
1809+
"when": "outputFilterFocus" },
18081810
{ "key": "escape", "command": "workbench.banner.focusBanner",
18091811
"when": "bannerFocused" },
18101812
{ "key": "down", "command": "workbench.banner.focusNextAction",
@@ -3525,7 +3527,6 @@
35253527
// - workbench.actions.workbench.panel.markers.view.toggleExcludedFiles
35263528
// - workbench.actions.workbench.panel.markers.view.toggleInfos
35273529
// - workbench.actions.workbench.panel.markers.view.toggleWarnings
3528-
// - workbench.actions.workbench.panel.output.clearFilterText
35293530
// - workbench.actions.workbench.panel.output.toggle.debug
35303531
// - workbench.actions.workbench.panel.output.toggle.error
35313532
// - workbench.actions.workbench.panel.output.toggle.info

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,14 @@
740740
},
741741
"when": "kb-macro.active && isLinux && outputFilterFocus"
742742
},
743+
{
744+
"key": "escape",
745+
"command": "kb-macro.wrap",
746+
"args": {
747+
"command": "workbench.actions.workbench.panel.output.clearFilterText"
748+
},
749+
"when": "kb-macro.active && isMac && outputFilterFocus"
750+
},
743751
{
744752
"key": "escape",
745753
"command": "kb-macro.wrap",

0 commit comments

Comments
 (0)