This commit is contained in:
webfussel 2025-07-17 09:02:38 +02:00
commit 1db3a48278
95 changed files with 7462 additions and 0 deletions

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

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