fix(fe2): model folders showing errors + some TS IDE optimization (#5329)
* fix(fe2): dont show upload error for model folder row * chore: vscode TS server speedup
This commit is contained in:
committed by
GitHub
parent
8a9b4829d9
commit
0516cdc06a
@@ -97,7 +97,6 @@
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"files.eol": "\n",
|
||||
"volar.vueserver.maxOldSpaceSize": 4000,
|
||||
"cSpell.words": [
|
||||
"Automations",
|
||||
"Bursty",
|
||||
@@ -111,6 +110,8 @@
|
||||
"OIDC",
|
||||
"Prorotation"
|
||||
],
|
||||
"typescript.tsserver.maxTsServerMemory": 8192,
|
||||
"typescript.disableAutomaticTypeAcquisition": true,
|
||||
"tailwindCSS.experimental.configFile": {
|
||||
"packages/frontend-2/tailwind.config.cjs": "packages/frontend-2/**"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user