Skip to content

Commit

Permalink
Fix #213 that quickOpen cmd+e won't work
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Feb 23, 2024
1 parent 089e67a commit cc54b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
19 changes: 1 addition & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -873,24 +873,7 @@
{
"key": "ctrl+e",
"mac": "cmd+e",
"command": "-actions.find"
},
{
"key": "ctrl+e",
"mac": "cmd+e",
"command": "-workbench.action.openRecent"
},
{
"key": "ctrl+e",
"mac": "cmd+e",
"command": "workbench.action.openPreviousEditorFromHistory",
"when": "inQuickOpen"
},
{
"key": "ctrl+e",
"mac": "cmd+e",
"when": "!inQuickOpen",
"command": "workbench.action.openRecent",
"command": "workbench.action.quickOpen",
"intellij": "Recent files popup"
},
{
Expand Down
19 changes: 1 addition & 18 deletions src/package-with-comment.json
Original file line number Diff line number Diff line change
Expand Up @@ -1139,24 +1139,7 @@
{
"key": "ctrl+e",
"mac": "cmd+e",
"command": "-actions.find"
},
{
"key": "ctrl+e",
"mac": "cmd+e",
"command": "-workbench.action.openRecent"
},
{
"key": "ctrl+e",
"mac": "cmd+e",
"command": "workbench.action.openPreviousEditorFromHistory",
"when": "inQuickOpen"
},
{
"key": "ctrl+e",
"mac": "cmd+e",
"when": "!inQuickOpen",
"command": "workbench.action.openRecent",
"command": "workbench.action.quickOpen",
"intellij": "Recent files popup"
},
{
Expand Down

0 comments on commit cc54b00

Please sign in to comment.