totopia-server/.vscode/launch.json

12 lines
246 B
JSON
Raw Permalink Normal View History

2019-08-17 06:22:24 +00:00
{
"configurations": [
{
"type": "java",
"name": "CodeLens (Launch) - ServerApplication",
"request": "launch",
"mainClass": "com.totopia.server.ServerApplication",
"projectName": "server"
}
]
}