fluid-sim/.vscode/launch.json
unknown 2bd92fb719
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
add vscode project config
2024-03-10 19:19:35 -04:00

11 lines
264 B
JSON

{
"configurations": [
{
"type": "java",
"name": "Launch Java Program",
"request": "launch",
"mainClass": "electrosphere.Main",
"vmArgs": "-Djava.library.path=./shared-folder"
}
]
}