Edited tasks
This commit is contained in:
parent
8af3af05f8
commit
9e8de27c7a
2 changed files with 3 additions and 2 deletions
1
.vscode/tasks.json
vendored
1
.vscode/tasks.json
vendored
|
@ -16,6 +16,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"taskName": "pub:serve",
|
"taskName": "pub:serve",
|
||||||
|
"showOutput": "silent",
|
||||||
"suppressTaskName": true,
|
"suppressTaskName": true,
|
||||||
"isBackground": true,
|
"isBackground": true,
|
||||||
"args": [
|
"args": [
|
||||||
|
|
|
@ -15,5 +15,5 @@ dev_dependencies:
|
||||||
http: ^0.11.3
|
http: ^0.11.3
|
||||||
source_gen: ^0.5.2
|
source_gen: ^0.5.2
|
||||||
test: ^0.12.13
|
test: ^0.12.13
|
||||||
transformers:
|
# transformers:
|
||||||
- angel_configuration
|
# - angel_configuration
|
||||||
|
|
Loading…
Reference in a new issue