Added unit tests
This commit is contained in:
26
.vscode/tasks.json
vendored
26
.vscode/tasks.json
vendored
@@ -27,29 +27,11 @@
|
||||
"problemMatcher": ["$tsc"]
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "Format workspace",
|
||||
"command": "Powershell.exe -executionpolicy remotesigned -File ./scripts/format_documents.ps1",
|
||||
"problemMatcher": "$tsc"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "build extension",
|
||||
"command": "./scripts/build.bat",
|
||||
"type": "npm",
|
||||
"script": "test",
|
||||
"isBackground": false,
|
||||
"group": "build",
|
||||
"problemMatcher": "$tsc"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "install project extension",
|
||||
"command": "Powershell.exe -executionpolicy remotesigned -File ./scripts/install.ps1",
|
||||
"problemMatcher": "$tsc"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "update project extension",
|
||||
"command": "Powershell.exe -executionpolicy remotesigned -File ./scripts/update.ps1",
|
||||
"problemMatcher": "$tsc"
|
||||
"problemMatcher": ["$tsc"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user