feat: add tasks.json
This commit is contained in:
Vendored
+26
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": "2.0.0",
|
||||||
|
"tasks": [
|
||||||
|
{
|
||||||
|
"label": "Create project with test solution",
|
||||||
|
"type": "shell",
|
||||||
|
"group": {
|
||||||
|
"kind": "build",
|
||||||
|
"isDefault": true
|
||||||
|
},
|
||||||
|
"windows": {
|
||||||
|
"command": "${workspaceRoot}\\create-test.ps1"
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Format code",
|
||||||
|
"type": "shell",
|
||||||
|
"group": {
|
||||||
|
"kind": "none",
|
||||||
|
},
|
||||||
|
"windows": {
|
||||||
|
"command": "${workspaceRoot}\\format-code.ps1"
|
||||||
|
},
|
||||||
|
}
|
||||||
|
],
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user