update writer vscode examples

This commit is contained in:
tsuky_chen
2024-02-08 01:40:39 +08:00
parent 8dd62178be
commit 0e07964c63
31 changed files with 235 additions and 94 deletions

View File

@@ -4,11 +4,33 @@
"instruction": "Please help me open the autosave feature of VS Code and delay AutoSave operations for 500 milliseconds in the VS Code setting.",
"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://storage.googleapis.com/drive-bulk-export-anonymous/20240207T164539.876Z/4133399871716478688/90e8000b-16d6-481a-a8eb-de0f4613b6c2/1/c7b78392-6016-4d48-9c04-1110303c47c1?authuser",
"path": "/home/user/Downloads/HW-8-main-20240207T164539Z-001.zip"
}
]
}
},
{
"type": "execute",
"parameters": {
"command": [
"/bin/bash",
"-c",
"cd /home/user/Downloads && unzip -q HW-8-main-20240207T164539Z-001.zip"
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"code"
"code",
"/home/user/Downloads/HW-8-main/"
]
}
},
@@ -40,4 +62,4 @@
"dest": "settings.json"
}
}
}
}