echoed/.vscode/settings.json

13 lines
224 B
JSON
Raw Normal View History

2024-11-01 23:37:40 +00:00
{
2024-11-23 21:07:46 +00:00
"svelte.enable-ts-plugin": true,
"files.exclude": {
"node_modules": true,
".svelte-kit": true,
"**/target": true,
"build": true
},
"rust-analyzer.linkedProjects": [
"src-tauri/Cargo.toml"
]
2024-11-01 23:37:40 +00:00
}