update writer vscode examples
This commit is contained in:
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user