1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

Fix support for compiling in VSCode

This commit is contained in:
Badlop 2025-01-20 18:18:22 +01:00
parent 6e4ac0c501
commit 9be76cce9e
2 changed files with 2 additions and 2 deletions

2
.vscode/launch.json vendored
View file

@ -19,7 +19,7 @@
"cwd": "."
},
{
"name": "Relive",
"name": "Relive (VSCode)",
"type": "erlang",
"request": "launch",
"runinterminal": [

2
.vscode/relive.sh vendored
View file

@ -1,6 +1,6 @@
[ ! -f Makefile ] \
&& ./autogen.sh \
&& ./configure --with-rebar=rebar3 \
&& make deps
&& make
make relive