2024-02-12 17:43:30 +01:00
|
|
|
{
|
|
|
|
// 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": [
|
2024-03-28 15:40:09 +01:00
|
|
|
|
|
|
|
|
2024-02-12 17:43:30 +01:00
|
|
|
{
|
|
|
|
"type": "java",
|
|
|
|
"name": "Debug (Attach)",
|
|
|
|
"projectName": "identity-manager",
|
|
|
|
"request": "attach",
|
|
|
|
"hostName": "localhost",
|
2024-02-26 18:02:00 +01:00
|
|
|
"port": 5005
|
|
|
|
}
|
2024-02-12 17:43:30 +01:00
|
|
|
]
|
|
|
|
}
|