signal-slides/.vscode/settings.json
Карпич Дмитрий Александрович 97977d44d8 chore(*): add all
2025-05-28 03:48:01 +03:00

15 lines
388 B
JSON

{
"editor.defaultFormatter": "biomejs.biome",
// allow autocomplete for ArkType expressions like "string | num"
"editor.quickSuggestions": {
"strings": "on"
},
// prioritize ArkType's "type" for autoimports
"typescript.preferences.autoImportSpecifierExcludeRegexes": [
"^(node:)?os$"
],
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
}
}