Fix support for compiling in VSCode
This commit is contained in:
Vendored
+1
-1
@@ -19,7 +19,7 @@
|
||||
"cwd": "."
|
||||
},
|
||||
{
|
||||
"name": "Relive",
|
||||
"name": "Relive (VSCode)",
|
||||
"type": "erlang",
|
||||
"request": "launch",
|
||||
"runinterminal": [
|
||||
|
||||
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
[ ! -f Makefile ] \
|
||||
&& ./autogen.sh \
|
||||
&& ./configure --with-rebar=rebar3 \
|
||||
&& make deps
|
||||
&& make
|
||||
|
||||
make relive
|
||||
|
||||
Reference in New Issue
Block a user