Skip to content

Commit

Permalink
add configuration defaults contribution points
Browse files Browse the repository at this point in the history
  • Loading branch information
eltigerchino committed Apr 5, 2024
1 parent 15ccd2a commit facb038
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/svelte-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,15 @@
}
}
},
"configurationDefaults": {
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"workbench.editor.customLabels.patterns": {
"**/+page.*": "${dirname}/${filename}.${extname}",
"**/+server.*": "${dirname}/${filename}.${extname}"
}
},
"languages": [
{
"id": "svelte",
Expand Down

0 comments on commit facb038

Please sign in to comment.