Files
sci-gui-agent-benchmark/evaluation_examples/examples/vs_code/0512bb38-d531-4acf-9e7e-0add90816068.json
yuanmengqi e433f35c1f feat: standardize configuration fields across all evaluation examples
- Add `fixed_ip` field to all 369 JSON files in examples directory
  - Set to `true` for 8 files listed in google_chrome.json multi_apps
  - Set to `false` for remaining 361 files
- Add `possibility_of_env_change` field to 363 JSON files missing this field
  - Set to "low" for newly added fields
  - Preserve existing values (4 medium, 2 high) for 6 files that already had this field

This ensures consistent configuration schema across all evaluation examples
while maintaining backward compatibility with existing settings.
2025-07-16 13:45:34 +00:00

60 lines
1.4 KiB
JSON

{
"id": "0512bb38-d531-4acf-9e7e-0add90816068",
"snapshot": "vscode",
"instruction": "Please help me install an extension in VS Code from a local VSIX file \"/home/user/test.vsix\".",
"source": "https://download.microsoft.com/download/8/A/4/8A48E46A-C355-4E5C-8417-E6ACD8A207D4/VisualStudioCode-TipsAndTricks-Vol.1.pdf",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/vs_code/0512bb38-d531-4acf-9e7e-0add90816068/test.vsix",
"path": "/home/user/test.vsix"
}
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"code"
]
}
},
{
"type": "activate_window",
"parameters": {
"window_name": "Visual Studio Code"
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"vscode"
],
"evaluator": {
"func": "is_extension_installed",
"result": {
"type": "vm_command_line",
"command": [
"code",
"--list-extensions",
"|",
"grep",
"undefined_publisher.test"
]
},
"expected": {
"type": "rule",
"rules": {
"type": "contain",
"expected": "undefined_publisher.test"
}
}
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}