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 af7ba81 commit 48478a6Copy full SHA for 48478a6
apps/elixir_ls_utils/priv/debugger.bat
@@ -1,7 +1,7 @@
1
@echo off & setlocal enabledelayedexpansion
2
3
IF EXIST "%APPDATA%\elixir_ls\setup.bat" (
4
- CALL "%APPDATA%\elixir_ls\setup.bat"
+ CALL "%APPDATA%\elixir_ls\setup.bat" > nul
5
)
6
7
SET ERL_LIBS=%~dp0;%ERL_LIBS%
apps/elixir_ls_utils/priv/language_server.bat
0 commit comments