diff --git a/frontend/.vscode/launch.json b/frontend/.vscode/launch.json index c7bfca84aa..825c51cc5c 100644 --- a/frontend/.vscode/launch.json +++ b/frontend/.vscode/launch.json @@ -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",