12 lines
246 B
JSON
12 lines
246 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "java",
|
||
|
"name": "CodeLens (Launch) - ServerApplication",
|
||
|
"request": "launch",
|
||
|
"mainClass": "com.totopia.server.ServerApplication",
|
||
|
"projectName": "server"
|
||
|
}
|
||
|
]
|
||
|
}
|