feat: Add VS Code configuration and icon assets for Tauri application
This commit is contained in:
15
src-tauri/.vscode/launch.json
vendored
Normal file
15
src-tauri/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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",
|
||||
"sourceLanguages": ["rust"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user