feat: Add proxy configuration to all 369 evaluation examples - 55 with proxy, 314 without
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user