refine and add VSC infeasible examples

This commit is contained in:
Siheng Zhao
2024-02-17 02:52:34 +08:00
parent 610457d838
commit 84051ab340
5 changed files with 37 additions and 21 deletions

View File

@@ -1,26 +1,14 @@
{
"id": "971cbb5b-3cbf-4ff7-9e24-b5c84fcebfa6",
"snapshot": "vscode",
"instruction": "Please help me add text watermark \"HKU\" to the top right corner of the video located at \"/home/user/test.mp4\" within VS Code.",
"instruction": "Please help me change the settings of VS Code so that every time I open it, it automatically creates a python file called \"test.py\".",
"source": "",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "",
"path": "/home/user/test.mp4"
}
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"code",
"/home/user/test.mp4"
"code"
]
}
},