2024-02-23 12:15:32 +01:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"type": "java",
|
|
|
|
"name": "Debug (Attach)",
|
2024-02-27 16:07:27 +01:00
|
|
|
"projectName": "helloword",
|
2024-02-23 12:15:32 +01:00
|
|
|
"request": "attach",
|
|
|
|
"hostName": "localhost",
|
2024-02-27 12:45:01 +01:00
|
|
|
"port": 5001
|
2024-02-23 12:15:32 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|