diff --git a/evaluation_examples/examples/vs_code/847a96b6-df94-4927-97e6-8cc9ea66ced7.json b/evaluation_examples/examples/vs_code/847a96b6-df94-4927-97e6-8cc9ea66ced7.json index b5eb3bc..45a18f5 100644 --- a/evaluation_examples/examples/vs_code/847a96b6-df94-4927-97e6-8cc9ea66ced7.json +++ b/evaluation_examples/examples/vs_code/847a96b6-df94-4927-97e6-8cc9ea66ced7.json @@ -1,16 +1,40 @@ { "id": "847a96b6-df94-4927-97e6-8cc9ea66ced7", "snapshot": "vscode", - "instruction": "Please help me trim the video located at \"/home/user/test.mp4\" within VS Code, since I only want the second to fourth second part of this video.", + "instruction": "Please help me open two workspaces \"/home/user/workspace1.code-workspace\" and \"/home/user/workspace2.code-workspace\" simultaneously in the same window.", "source": "", "config": [ + { + "type": "command", + "parameters": { + "command": [ + "mkdir", + "-p", + "/home/user/project1" + ] + } + }, + { + "type": "command", + "parameters": { + "command": [ + "mkdir", + "-p", + "/home/user/project2" + ] + } + }, { "type": "download", "parameters": { "files": [ { "url": "", - "path": "/home/user/test.mp4" + "path": "/home/user/workspace1.code-workspace" + }, + { + "url": "", + "path": "/home/user/workspace2.code-workspace" } ] } @@ -19,8 +43,7 @@ "type": "launch", "parameters": { "command": [ - "code", - "/home/user/test.mp4" + "code" ] } },