kill insertion working
This commit is contained in:
Vendored
+25
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "typescript",
|
||||
"tsconfig": "tsconfig.json",
|
||||
"problemMatcher": ["$tsc"],
|
||||
"group": "build",
|
||||
"label": "tsc: build - tsconfig.json"
|
||||
},
|
||||
{
|
||||
"label": "myShellCommand",
|
||||
"type": "shell",
|
||||
"command": "echo goodfood"
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "build",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"label": "npm: build",
|
||||
"detail": "npm run generate && npx tsc"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user