fix some vscode eval problems

This commit is contained in:
rhythmcao
2024-01-22 23:30:10 +08:00
parent 61b145ab13
commit 42725a00a5
6 changed files with 41 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "ea98c5d7-3cf9-4f9b-8ad3-366b58e0fcae",
"snapshot": "vscode",
"instruction": "I want to remove the shortcut 'cmd+f' for Tree view Find (Explorer search) in VS Code explorer view due to shortcut conflict. Can you help me remove this shortcut?",
"instruction": "I want to remove the shortcut 'ctrl+f' for Tree view Find (Explorer search) in VS Code explorer view due to shortcut conflict. Can you help me remove this shortcut?",
"source": ["https://superuser.com/questions/1748097/vs-code-disable-tree-view-find-explorer-search",
"https://superuser.com/questions/1417361/how-to-disable-file-filtering-in-vs-code-sidebar-explorer?rq=1"
],
@@ -32,7 +32,7 @@
"rules": {
"expect":
{
"key": "cmd+f",
"key": "ctrl+f",
"command": "-list.find",
"when": "listFocus && listSupportsFind"
}