2024-03-20 11:32:04 -07:00
|
|
|
{
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"[javascript][typescript][css]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"editor.formatOnSave": true
|
|
|
|
},
|
|
|
|
"[svelte]": {
|
|
|
|
"editor.defaultFormatter": "svelte.svelte-vscode",
|
|
|
|
"editor.tabSize": 2
|
|
|
|
},
|
|
|
|
"svelte.enable-ts-plugin": true,
|
|
|
|
"eslint.validate": [
|
|
|
|
"javascript",
|
|
|
|
"svelte"
|
|
|
|
],
|
|
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
|
|
"[dart]": {
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.selectionHighlight": false,
|
|
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
|
|
"editor.suggestSelection": "first",
|
|
|
|
"editor.tabCompletion": "onlySnippets",
|
|
|
|
"editor.wordBasedSuggestions": "off",
|
|
|
|
"editor.defaultFormatter": "Dart-Code.dart-code"
|
|
|
|
},
|
|
|
|
"cSpell.words": [
|
|
|
|
"immich"
|
|
|
|
],
|
2024-03-20 16:07:30 -07:00
|
|
|
"explorer.fileNesting.enabled": true,
|
|
|
|
"explorer.fileNesting.patterns": {
|
|
|
|
"*.ts": "${capture}.spec.ts,${capture}.mock.ts"
|
|
|
|
}
|
2024-03-20 11:32:04 -07:00
|
|
|
}
|