67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"files.associations": {
|
|
"tsconfig.json": "jsonc",
|
|
"typescript-config/*.json": "jsonc",
|
|
"*.css": "tailwindcss"
|
|
},
|
|
|
|
// Javascript and TypeScript settings
|
|
"javascript.suggest.enabled": true,
|
|
"javascript.suggest.autoImports": true,
|
|
"javascript.preferences.importModuleSpecifier": "shortest",
|
|
|
|
"typescript.suggest.enabled": true,
|
|
"typescript.suggest.completeFunctionCalls": true,
|
|
"typescript.suggest.includeAutomaticOptionalChainCompletions": true,
|
|
"typescript.suggestionActions.enabled": true,
|
|
"typescript.autoClosingTags": true,
|
|
|
|
"editor.quickSuggestions": {
|
|
"strings": "on"
|
|
},
|
|
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[javascriptreact]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
|
|
// Biome
|
|
"biome.enabled": true,
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports.biome": "explicit",
|
|
"source.fixAll.biome": "explicit",
|
|
"source.removeUnusedImports": "always"
|
|
},
|
|
|
|
// other vscode settings
|
|
"[handlebars]": {
|
|
"editor.defaultFormatter": "mfeckies.handlebars-formatter"
|
|
},
|
|
"[sql]": {
|
|
"editor.defaultFormatter": "cweijan.vscode-mysql-client2"
|
|
}, // <- your root font size here
|
|
|
|
"invisibleAiChartDetector.watermark.includeSpaceFamily": true,
|
|
"invisibleAiChartDetector.watermark.includeUnicodeCf": true,
|
|
"invisibleAiChartDetector.doubleBlankThreshold": 2,
|
|
"invisibleAiChartDetector.replace.format": "unicode",
|
|
"invisibleAiChartDetector.clean.replaceSpaceLikesToAscii": true
|
|
}
|