mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix support for compiling in VSCode
This commit is contained in:
parent
6e4ac0c501
commit
9be76cce9e
2 changed files with 2 additions and 2 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -19,7 +19,7 @@
|
|||
"cwd": "."
|
||||
},
|
||||
{
|
||||
"name": "Relive",
|
||||
"name": "Relive (VSCode)",
|
||||
"type": "erlang",
|
||||
"request": "launch",
|
||||
"runinterminal": [
|
||||
|
|
2
.vscode/relive.sh
vendored
2
.vscode/relive.sh
vendored
|
@ -1,6 +1,6 @@
|
|||
[ ! -f Makefile ] \
|
||||
&& ./autogen.sh \
|
||||
&& ./configure --with-rebar=rebar3 \
|
||||
&& make deps
|
||||
&& make
|
||||
|
||||
make relive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue