mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Autoformat
This commit is contained in:
parent
7cf5f7db09
commit
d2cc868a0a
1 changed files with 2 additions and 4 deletions
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
|
@ -4,7 +4,6 @@
|
|||
"reveal": "always"
|
||||
},
|
||||
"tasks": [
|
||||
// Run test environment
|
||||
{
|
||||
"label": "Run",
|
||||
"options": {
|
||||
|
@ -20,9 +19,9 @@
|
|||
"test/db.sqlite",
|
||||
"-w",
|
||||
"../polaris-web"
|
||||
]
|
||||
],
|
||||
"problemMatcher": []
|
||||
},
|
||||
// Run unit tests
|
||||
{
|
||||
"group": "test",
|
||||
"label": "Test",
|
||||
|
@ -34,7 +33,6 @@
|
|||
"test"
|
||||
]
|
||||
},
|
||||
// Compile
|
||||
{
|
||||
"label": "Compile",
|
||||
"options": {
|
||||
|
|
Loading…
Reference in a new issue