mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-07 07:59:26 +02:00
Update settings.json
This commit is contained in:
parent
c88af5d058
commit
53c88192f5
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -6,7 +6,6 @@
|
|||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.addMissingImports.ts": "always",
|
"source.addMissingImports.ts": "always",
|
||||||
"source.removeUnusedImports": "always",
|
"source.removeUnusedImports": "always",
|
||||||
"source.fixAll.eslint": "always",
|
|
||||||
"source.fixAll.biome": "always",
|
"source.fixAll.biome": "always",
|
||||||
"source.organizeImports.biome": "always"
|
"source.organizeImports.biome": "always"
|
||||||
},
|
},
|
||||||
@ -24,8 +23,8 @@
|
|||||||
"typescript.updateImportsOnFileMove.enabled": "always",
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||||
|
|
||||||
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
|
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
|
||||||
// Note: You may want to adjust the max server memory if your PC supports it
|
// Note: You may want to adjust the max server memory depending on your PC's specs:
|
||||||
"typescript.tsserver.maxTsServerMemory": 1536, // 1.5 GB by default
|
// "typescript.tsserver.maxTsServerMemory": 1536, // 1.5 GB by default
|
||||||
"typescript.autoClosingTags": false,
|
"typescript.autoClosingTags": false,
|
||||||
|
|
||||||
// # Miscellaneous
|
// # Miscellaneous
|
||||||
|
Loading…
Reference in New Issue
Block a user