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
+1 -1
View File
@@ -19,7 +19,7 @@
"cwd": "."
},
{
"name": "Relive",
"name": "Relive (VSCode)",
"type": "erlang",
"request": "launch",
"runinterminal": [
+1 -1
View File
@@ -1,6 +1,6 @@
[ ! -f Makefile ] \
&& ./autogen.sh \
&& ./configure --with-rebar=rebar3 \
&& make deps
&& make
make relive