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

13 lines
301 B
JSON
Raw Permalink Normal View History

{
"version": "0.2.0",
"configurations": [
{
"type": "java",
2024-05-22 15:47:21 +02:00
"name": "Debug Service (Attach)",
"projectName": "hello-world-sg4-service",
"request": "attach",
"hostName": "localhost",
2024-05-22 15:47:21 +02:00
"port": 5005
},
]
}