mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
.vscode/launch.json: Experimental support for debugging with Neovim
This commit is contained in:
parent
e726ba9a8b
commit
fddacd51a4
17
.vscode/launch.json
vendored
17
.vscode/launch.json
vendored
@ -1,6 +1,23 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Relive (Vim)",
|
||||
"type": "erlang",
|
||||
"request": "launch",
|
||||
"runinterminal": [
|
||||
"./rebar3", "shell",
|
||||
"--apps", "ejabberd",
|
||||
"--config", "rel/relive.config",
|
||||
"--script", "rel/relive.escript",
|
||||
"--name", "ejabberd@localhost",
|
||||
"--setcookie", "COOKIE"
|
||||
],
|
||||
"projectnode": "ejabberd@localhost",
|
||||
"cookie": "COOKIE",
|
||||
"timeout": 900,
|
||||
"cwd": "."
|
||||
},
|
||||
{
|
||||
"name": "Relive",
|
||||
"type": "erlang",
|
||||
|
Loading…
Reference in New Issue
Block a user