Files
fullstack-fuware/.vscode/settings.json
2025-12-22 10:47:15 +07:00

26 lines
654 B
JSON

{
"files.watcherExclude": {
"**/routeTree.gen.ts": true
},
"search.exclude": {
"**/routeTree.gen.ts": true
},
"files.readonlyInclude": {
"**/routeTree.gen.ts": true
},
"files.associations": {
"*.css": "tailwindcss"
},
"editor.codeActionsOnSave": {
// "source.organizeImports": "always",
"source.fixAll": "always"
},
"editor.suggest.preview": true,
"editor.inlayHints.enabled": "offUnlessPressed",
"javascript.inlayHints.parameterNames.enabled": "all",
"editor.formatOnSaveMode": "modificationsIfAvailable",
"editor.insertSpaces": true,
"editor.tabSize": 2,
"remote.autoForwardPortsFallback": 0
}