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

@@ -53,5 +53,6 @@
"expected": "undefined_publisher.test"
}
}
}
},
"proxy": false
}

View File

@@ -77,5 +77,6 @@
"path": "/home/user/Desktop/vscode_replace_text.txt",
"dest": "vscode_replace_text.txt"
}
}
},
"proxy": false
}

View File

@@ -38,5 +38,6 @@
"path": "/home/user/.config/Code/User/settings.json",
"dest": "settings.json"
}
}
}
},
"proxy": false
}

View File

@@ -42,5 +42,6 @@
"expected": "njpwerner.autodocstring"
}
}
}
}
},
"proxy": true
}

View File

@@ -95,5 +95,6 @@
"path": "/home/user/OpenProject.txt",
"dest": "OpenProject.txt"
}
}
},
"proxy": false
}

View File

@@ -42,5 +42,6 @@
"expected": "test.py"
}
}
}
}
},
"proxy": false
}

View File

@@ -72,5 +72,6 @@
"expected": "project.code-workspace"
}
}
}
},
"proxy": false
}

View File

@@ -90,5 +90,6 @@
"path": "/home/user/project.code-workspace",
"dest": "project.code-workspace"
}
}
},
"proxy": false
}

View File

@@ -61,5 +61,6 @@
"path": "/home/user/.config/Code/User/settings.json",
"dest": "settings.json"
}
}
},
"proxy": false
}

View File

@@ -37,5 +37,6 @@
],
"evaluator": {
"func": "infeasible"
}
},
"proxy": false
}

View File

@@ -25,5 +25,6 @@
],
"evaluator": {
"func": "infeasible"
}
}
},
"proxy": false
}

View File

@@ -60,5 +60,6 @@
],
"evaluator": {
"func": "infeasible"
}
},
"proxy": false
}

View File

@@ -28,12 +28,11 @@
"expected": {
"type": "rule",
"rules": {
"expected":
{
"key": "ctrl+j",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
}
"expected": {
"key": "ctrl+j",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
}
}
},
"result": {
@@ -41,5 +40,6 @@
"path": "/home/user/.config/Code/User/keybindings.json",
"dest": "keybindings.json"
}
}
}
},
"proxy": false
}

View File

@@ -28,7 +28,9 @@
"expected": {
"type": "rule",
"rules": {
"expected": {"debug.focusEditorOnBreak": false}
"expected": {
"debug.focusEditorOnBreak": false
}
}
},
"result": {
@@ -36,5 +38,6 @@
"path": "/home/user/.config/Code/User/settings.json",
"dest": "settings.json"
}
}
}
},
"proxy": false
}

View File

@@ -25,5 +25,6 @@
],
"evaluator": {
"func": "infeasible"
}
}
},
"proxy": false
}

View File

@@ -43,5 +43,6 @@
"path": "/home/user/.config/Code/User/settings.json",
"dest": "settings.json"
}
}
}
},
"proxy": false
}

View File

@@ -28,7 +28,9 @@
"expected": {
"type": "rule",
"rules": {
"expected": {"workbench.editor.wrapTabs": true}
"expected": {
"workbench.editor.wrapTabs": true
}
}
},
"result": {
@@ -36,5 +38,6 @@
"path": "/home/user/.config/Code/User/settings.json",
"dest": "settings.json"
}
}
}
},
"proxy": false
}

View File

@@ -62,5 +62,6 @@
"path": "/home/user/.config/Code/User/settings.json",
"dest": "settings.json"
}
}
},
"proxy": false
}

View File

@@ -25,5 +25,6 @@
],
"evaluator": {
"func": "infeasible"
}
}
},
"proxy": false
}

View File

@@ -39,7 +39,9 @@
"type": "rule",
"rules": {
"expected": {
"python.analysis.diagnosticSeverityOverrides": {"reportMissingImports": "none"}
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingImports": "none"
}
}
}
},
@@ -48,5 +50,6 @@
"path": "/home/user/.config/Code/User/settings.json",
"dest": "settings.json"
}
}
}
},
"proxy": false
}

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
}

View File

@@ -42,5 +42,6 @@
"expected": "ms-python.python"
}
}
}
}
},
"proxy": true
}

View File

@@ -77,5 +77,6 @@
"path": "/home/user/Desktop/test.py",
"dest": "test.py"
}
}
},
"proxy": false
}