{ "version": "0.2.0", "configurations": [ { "name": "Debug Tauri App", "type": "lldb", "request": "launch", "program": "${workspaceFolder}/src-tauri/target/debug/ai-translater-client", "args": [], "cwd": "${workspaceFolder}/src-tauri", "preLaunchTask": "build", "env": { "WEBKIT_DISABLE_COMPOSITING_MODE": "1", // "GDK_BACKEND": "x11" // Uncomment if the above doesn't fix the initialization error }, "sourceLanguages": ["rust"] } ] }