mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-24 10:08:41 +00:00
* tweak gitignore and vscode config * restore settings --------- Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
25 lines
639 B
JSON
25 lines
639 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Update build_config",
|
|
"command": "dart lib/scripts/build.dart",
|
|
"type": "shell",
|
|
"problemMatcher": [],
|
|
"presentation": {
|
|
"reveal": "always"
|
|
},
|
|
"group": "build"
|
|
},
|
|
{
|
|
"label": "Update build_config (FVM)",
|
|
"command": "fvm dart lib/scripts/build.dart",
|
|
"type": "shell",
|
|
"problemMatcher": [],
|
|
"presentation": {
|
|
"reveal": "always"
|
|
},
|
|
"group": "build"
|
|
}
|
|
]
|
|
} |