mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
* opt: env * fix * fix: regex * fix: android * fix * fix Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> * fastforge define * fix Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> --------- Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
25 lines
686 B
JSON
25 lines
686 B
JSON
{
|
|
// 使用 IntelliSense 了解相关属性。
|
|
// 悬停以查看现有属性的描述。
|
|
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "PiliPlus",
|
|
"request": "launch",
|
|
"type": "dart"
|
|
},
|
|
{
|
|
"name": "PiliPlus (profile mode)",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"flutterMode": "profile"
|
|
},
|
|
{
|
|
"name": "PiliPlus (release mode)",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"flutterMode": "release"
|
|
}
|
|
]
|
|
} |