20 lines
614 B
JSON
20 lines
614 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "Launch Java Program",
|
|
"request": "launch",
|
|
"mainClass": "electrosphere.Main",
|
|
"preLaunchTask": "compileNoSteps",
|
|
"vmArgs": "-Djava.library.path=./shared-folder"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "Launch Java Program (SAVE CHUNKS TO DISK)",
|
|
"request": "launch",
|
|
"mainClass": "electrosphere.Main",
|
|
"preLaunchTask": "compileWithSteps",
|
|
"vmArgs": "-Djava.library.path=./shared-folder"
|
|
}
|
|
]
|
|
} |