mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: env (#1510)
* 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>
This commit is contained in:
committed by
GitHub
parent
c0bbf8400a
commit
a65edab7d1
37
.vscode/launch.json
vendored
37
.vscode/launch.json
vendored
@@ -1,48 +1,25 @@
|
||||
{
|
||||
// 使用 IntelliSense 了解相关属性。
|
||||
// 使用 IntelliSense 了解相关属性。
|
||||
// 悬停以查看现有属性的描述。
|
||||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Debug",
|
||||
"name": "PiliPlus",
|
||||
"request": "launch",
|
||||
"type": "dart",
|
||||
"preLaunchTask": "Update build_config"
|
||||
"type": "dart"
|
||||
},
|
||||
{
|
||||
"name": "Profile",
|
||||
"name": "PiliPlus (profile mode)",
|
||||
"request": "launch",
|
||||
"type": "dart",
|
||||
"flutterMode": "profile",
|
||||
"preLaunchTask": "Update build_config"
|
||||
"flutterMode": "profile"
|
||||
},
|
||||
{
|
||||
"name": "Release",
|
||||
"name": "PiliPlus (release mode)",
|
||||
"request": "launch",
|
||||
"type": "dart",
|
||||
"flutterMode": "release",
|
||||
"preLaunchTask": "Update build_config"
|
||||
},
|
||||
{
|
||||
"name": "Debug (FVM)",
|
||||
"request": "launch",
|
||||
"type": "dart",
|
||||
"preLaunchTask": "Update build_config (FVM)"
|
||||
},
|
||||
{
|
||||
"name": "Profile (FVM)",
|
||||
"request": "launch",
|
||||
"type": "dart",
|
||||
"flutterMode": "profile",
|
||||
"preLaunchTask": "Update build_config (FVM)"
|
||||
},
|
||||
{
|
||||
"name": "Release (FVM)",
|
||||
"request": "launch",
|
||||
"type": "dart",
|
||||
"flutterMode": "release",
|
||||
"preLaunchTask": "Update build_config (FVM)"
|
||||
"flutterMode": "release"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user