feat: Add VS Code configuration and icon assets for Tauri application

This commit is contained in:
2026-01-26 21:58:34 +01:00
parent efbbccb36f
commit e90cf242bd
58 changed files with 203 additions and 197 deletions

7
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"recommendations": [
"vadimcn.vscode-lldb",
"tauri-apps.tauri-vscode",
"rust-lang.rust-analyzer"
]
}