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

16 lines
534 B
JSON

{
// Usare IntelliSense per informazioni sui possibili attributi.
// Al passaggio del mouse vengono visualizzate le descrizioni degli attributi esistenti.
// Per altre informazioni, visitare: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug (Attach)",
"projectName": "identity-manager",
"request": "attach",
"hostName": "localhost",
"port": 5001
}
]
}