25 lines
690 B
JSON
25 lines
690 B
JSON
{
|
|
"files.watcherExclude": {
|
|
"**/routeTree.gen.ts": true
|
|
},
|
|
"search.exclude": {
|
|
"**/routeTree.gen.ts": true
|
|
},
|
|
"files.readonlyInclude": {
|
|
"**/routeTree.gen.ts": true
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "always",
|
|
"source.fixAll": "always"
|
|
},
|
|
"editor.suggest.preview": true,
|
|
"editor.inlayHints.enabled": "offUnlessPressed",
|
|
"javascript.inlayHints.parameterNames.enabled": "all",
|
|
"editor.formatOnSaveMode": "modificationsIfAvailable",
|
|
// "eslint.workingDirectories": ["./frontend"],
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2,
|
|
"css.customData": [".vscode/tailwind.json"],
|
|
"remote.autoForwardPortsFallback": 0
|
|
}
|