mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
20 lines
350 B
JSON
20 lines
350 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Listen to 5005",
|
|
"type": "java+",
|
|
"request": "attach",
|
|
"listen": "true",
|
|
"hostName": "localhost",
|
|
"port": "5005"
|
|
},
|
|
{
|
|
"name": "Debug Adapter Protocol",
|
|
"type": "node",
|
|
"debugServer": 4711,
|
|
"request": "attach"
|
|
}
|
|
]
|
|
}
|