feat: Add proxy configuration to all 369 evaluation examples - 55 with proxy, 314 without

This commit is contained in:
Timothyxxx
2025-06-05 18:46:53 +08:00
parent 3b1540ed23
commit fb7bafb885
371 changed files with 2901 additions and 2028 deletions

View File

@@ -2,9 +2,10 @@
"id": "ea98c5d7-3cf9-4f9b-8ad3-366b58e0fcae",
"snapshot": "vscode",
"instruction": "Please help me remove the shortcut \"ctrl+f\" for Tree view Find (Explorer search) in VS Code Explorer view to avoid shortcut conflict.",
"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"
],
"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"
],
"config": [
{
"type": "launch",
@@ -30,12 +31,11 @@
"expected": {
"type": "rule",
"rules": {
"expected":
{
"key": "ctrl+f",
"command": "-list.find",
"when": "listFocus && listSupportsFind"
}
"expected": {
"key": "ctrl+f",
"command": "-list.find",
"when": "listFocus && listSupportsFind"
}
}
},
"result": {
@@ -43,5 +43,6 @@
"path": "/home/user/.config/Code/User/keybindings.json",
"dest": "keybindings.json"
}
}
}
},
"proxy": false
}