Renderer/.vscode/settings.json
austin f2fc2d2dc4
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
actual fluid sim in bounded level
2024-11-30 19:04:41 -05:00

20 lines
792 B
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"
}
}