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"
|
"reveal": "always"
|
||||||
},
|
},
|
||||||
"tasks": [
|
"tasks": [
|
||||||
// Run test environment
|
|
||||||
{
|
{
|
||||||
"label": "Run",
|
"label": "Run",
|
||||||
"options": {
|
"options": {
|
||||||
|
@ -20,9 +19,9 @@
|
||||||
"test/db.sqlite",
|
"test/db.sqlite",
|
||||||
"-w",
|
"-w",
|
||||||
"../polaris-web"
|
"../polaris-web"
|
||||||
]
|
],
|
||||||
|
"problemMatcher": []
|
||||||
},
|
},
|
||||||
// Run unit tests
|
|
||||||
{
|
{
|
||||||
"group": "test",
|
"group": "test",
|
||||||
"label": "Test",
|
"label": "Test",
|
||||||
|
@ -34,7 +33,6 @@
|
||||||
"test"
|
"test"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
// Compile
|
|
||||||
{
|
{
|
||||||
"label": "Compile",
|
"label": "Compile",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
Loading…
Reference in a new issue