mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: support debugging rust in vscode(macos)
This commit is contained in:
parent
759d2ec111
commit
993d1a8a27
14
frontend/.vscode/launch.json
vendored
14
frontend/.vscode/launch.json
vendored
@ -16,6 +16,20 @@
|
||||
},
|
||||
"cwd": "${workspaceRoot}/app_flowy"
|
||||
},
|
||||
{
|
||||
"name": "AF: Debug Rust",
|
||||
"request": "attach",
|
||||
"type": "lldb",
|
||||
"windows": {
|
||||
"program": "" // FIXME: windows executable path
|
||||
},
|
||||
"osx": {
|
||||
"program": "${workspaceRoot}/app_flowy/build/macos/Build/Products/Debug/AppFlowy.app",
|
||||
},
|
||||
"linux": {
|
||||
"program": "" // FIXME: linux executable path
|
||||
},
|
||||
},
|
||||
{
|
||||
// This task only builds the Dart code of AppFlowy.
|
||||
"name": "AF: Build Dart Only",
|
||||
|
Loading…
Reference in New Issue
Block a user