add vscode examples
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "ae506c68-352c-4094-9caa-ee9d42052317",
|
||||
"snapshot": "vscode",
|
||||
"instruction": "Could you store the full terminal history of my VS Code terminal into '/home/user/Desktop/history.txt'?",
|
||||
"source": "",
|
||||
"config": [
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"code"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "activate_window",
|
||||
"parameters": {
|
||||
"window_name": "Visual Studio Code"
|
||||
}
|
||||
}
|
||||
],
|
||||
"trajectory": "trajectories/ae506c68-352c-4094-9caa-ee9d42052317",
|
||||
"related_apps": [
|
||||
"vscode"
|
||||
],
|
||||
"evaluator": {
|
||||
"func": "compare_text_file",
|
||||
"expected": {
|
||||
"type": "cloud_file",
|
||||
"path": "",
|
||||
"dest": "gold_history.txt"
|
||||
},
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "Desktop/history.txt",
|
||||
"dest": "history.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user