mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
.vscode/launch.json: Experimental support for debugging with Neovim
This commit is contained in:
parent
e726ba9a8b
commit
fddacd51a4
1 changed files with 17 additions and 0 deletions
17
.vscode/launch.json
vendored
17
.vscode/launch.json
vendored
|
@ -1,6 +1,23 @@
|
||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"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",
|
"name": "Relive",
|
||||||
"type": "erlang",
|
"type": "erlang",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue