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,14 +4,6 @@
"instruction": "Please help me save current project as workspace \"project\" at \"/home/user/\".",
"source": "https://www.youtube.com/watch?v=B-s71n0dHUk",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"code"
]
}
},
{
"type": "command",
"parameters": {
@@ -41,6 +33,15 @@
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"code",
"/home/user/project/"
]
}
},
{
"type": "activate_window",
"parameters": {
@@ -58,6 +59,7 @@
"type": "vm_command_line",
"command": [
"ls",
"/home/user/project/",
"|",
"grep",
"project.code-workspace"
@@ -71,4 +73,4 @@
}
}
}
}
}