totopia-server/.vscode/launch.json
2019-08-17 15:22:24 +09:00

12 lines
246 B
JSON

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