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