Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save HaskellZhangSong/6f460bed6b292a2903ace80725032acf to your computer and use it in GitHub Desktop.
Save HaskellZhangSong/6f460bed6b292a2903ace80725032acf to your computer and use it in GitHub Desktop.
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "flutter_tools",
"request": "launch",
"type": "dart",
"program": "${workspaceFolder}/packages/flutter_tools/bin/flutter_tools.dart",
"env": {
"FLUTTER_ROOT": "${workspaceFolder}"
},
// "cwd": "/Users/hazy/work/tests/202407/20/hello_module",
// "cwd": "/Users/hazy/work/gitee/hezysign_flutter_sample",
// "cwd": "/Users/songzh/project/huawei_dev/imgtest1722",
"cwd": "/Users/songzh/project/flutter/flutter_it",
"args": [
// "doctor", "-v"
// "run", "-d", "MPS0123811000175",
"build",
"hap"
, "--target-platform"
, "ohos-arm64"
// , "--local-engine=/Users/songzh/project/flutter/flutter_engine_3.22/src/out/ohos_debug_unopt_arm64"
// , "--local-engine-host=/Users/songzh/project/flutter/flutter_engine_3.22/src/out/host_debug_unopt/"
, "--release"
// , "--verbose"
// "--release",
]
},]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment