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
11ca012270
commit
b1468c17ef
28
.vscode/settings.json
vendored
28
.vscode/settings.json
vendored
@ -1,11 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
// # Formatter configs
|
||||||
"editor.defaultFormatter": "biomejs.biome",
|
"editor.defaultFormatter": "biomejs.biome",
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
||||||
"javascript.preferences.importModuleSpecifier": "non-relative",
|
|
||||||
"javascript.preferences.importModuleSpecifierEnding": "index",
|
|
||||||
"typescript.preferences.importModuleSpecifierEnding": "index",
|
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.addMissingImports.ts": "always",
|
"source.addMissingImports.ts": "always",
|
||||||
"source.removeUnusedImports": "always",
|
"source.removeUnusedImports": "always",
|
||||||
@ -13,5 +10,28 @@
|
|||||||
"source.fixAll.biome": "always",
|
"source.fixAll.biome": "always",
|
||||||
"source.organizeImports.biome": "always"
|
"source.organizeImports.biome": "always"
|
||||||
},
|
},
|
||||||
|
"biome.suggestInstallingGlobally": false,
|
||||||
|
|
||||||
|
// # JS/TS setting overrides
|
||||||
|
"javascript.updateImportsOnFileMove.enabled": "always",
|
||||||
|
"javascript.preferences.importModuleSpecifier": "non-relative",
|
||||||
|
"javascript.preferences.importModuleSpecifierEnding": "index",
|
||||||
|
"javascript.preferGoToSourceDefinition": true,
|
||||||
|
"javascript.updateImportsOnFileMove.enabled": "always",
|
||||||
|
|
||||||
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||||
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
||||||
|
"typescript.preferences.importModuleSpecifierEnding": "index",
|
||||||
|
"typescript.preferGoToSourceDefinition": true,
|
||||||
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||||
|
|
||||||
|
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
|
||||||
|
// Note: You may want to adjust the max server memory if your PC supports it
|
||||||
|
"typescript.tsserver.maxTsServerMemory": 1536, // 1.5 GB by default
|
||||||
|
"typescript.autoClosingTags": false,
|
||||||
|
|
||||||
|
// # Miscellaneous
|
||||||
|
"npm.packageManager": "pnpm",
|
||||||
|
"npm.scriptRunner": "pnpm",
|
||||||
"vitest.cliArguments": "--no-isolate",
|
"vitest.cliArguments": "--no-isolate",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user