We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b881090 commit 4d4ded0Copy full SHA for 4d4ded0
apps/elixir_ls_utils/priv/debugger.bat
@@ -1,4 +1,8 @@
1
@echo off & setlocal enabledelayedexpansion
2
3
+IF EXIST "%APPDATA%\elixir_ls\setup.bat" (
4
+ CALL "%APPDATA%\elixir_ls\setup.bat"
5
+)
6
+
7
SET ERL_LIBS=%~dp0;%ERL_LIBS%
8
elixir --erl "+sbwt none +sbwtdcpu none +sbwtdio none" -e "ElixirLS.Debugger.CLI.main()"
apps/elixir_ls_utils/priv/language_server.bat
elixir --erl "+sbwt none +sbwtdcpu none +sbwtdio none" -e "ElixirLS.LanguageServer.CLI.main()"
0 commit comments