Renderer/.vscode/settings.json
2024-12-06 13:18:40 -05:00

36 lines
1.2 KiB
JSON

{
"java.configuration.updateBuildConfiguration": "automatic",
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/node_modules/**": true
},
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable",
"javascript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.importModuleSpecifier": "non-relative",
"files.associations": {
"electrosphere_fluidsim.h": "c",
"jni.h": "c",
"electrosphere_server_fluid_simulator_fluidacceleratedsimulator.h": "c",
"utilities.h": "c",
"simulation.h": "c",
"chunk.h": "c",
"chunkmask.h": "c",
"metadatacalc.h": "c",
"immintrin.h": "c",
"stdint.h": "c",
"electrosphere_server_fluid_manager_serverfluidchunk.h": "c",
"stdio.h": "c",
"cstdlib": "c",
"pool.h": "c",
"mainfunctions.h": "c",
"solver_consts.h": "c",
"public.h": "c",
"islandsolver.h": "c",
"stb_ds.h": "c",
"test.h": "c",
"stdlib.h": "c",
"chunk_test_utils.h": "c",
"sparsesimulator.h": "c",
"environment.h": "c"
}
}