I asked claude to scaffold a project. I also made changes to it afterwards but they were mostly in getting workflows and testing stuff.
7 lines
122 B
JSON
7 lines
122 B
JSON
{
|
|
"svelte.enable-ts-plugin": true,
|
|
"json.schemaDownload.trustedDomains": {
|
|
"https://schema.tauri.app": true
|
|
}
|
|
}
|