mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: support debugging rust in vscode
This commit is contained in:
parent
27bd4bb242
commit
fd6208100c
10
frontend/.vscode/launch.json
vendored
10
frontend/.vscode/launch.json
vendored
@ -20,15 +20,7 @@
|
|||||||
"name": "AF: Debug Rust",
|
"name": "AF: Debug Rust",
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"type": "lldb",
|
"type": "lldb",
|
||||||
"windows": {
|
"pid": "${command:pickMyProcess}"
|
||||||
"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.
|
// This task only builds the Dart code of AppFlowy.
|
||||||
|
Loading…
Reference in New Issue
Block a user