hello-world-sg4-service/.vscode/launch.json

13 lines
278 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug (Attach)",
"projectName": "helloword",
"request": "attach",
"hostName": "localhost",
"port": 5001
}
]
}