Examine and load new batch of OS examples from NL2Bash

This commit is contained in:
Timothyxxx
2024-02-22 00:04:02 +08:00
parent e1cf8da4e0
commit 91bc795de1
6 changed files with 69 additions and 12 deletions

View File

@@ -25,7 +25,14 @@
{
"type": "execute",
"parameters": {
"command": "./setup.sh",
"command": "bash ./setup.sh",
"shell": true
}
},
{
"type": "execute",
"parameters": {
"command": "xdg-open /home/user/project",
"shell": true
}
}