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 a522df8 commit b2749e7Copy full SHA for b2749e7
apps/elixir_ls_utils/priv/debugger.sh
@@ -1,6 +1,8 @@
1
#!/usr/bin/env sh
2
# Launches the debugger. This script must be in the same directory as the compiled .ez archives.
3
4
+[ -f "$HOME/.asdf/asdf.sh" ] && . "$HOME/.asdf/asdf.sh"
5
+
6
readlink_f () {
7
cd "$(dirname "$1")" > /dev/null
8
filename="$(basename "$1")"
apps/elixir_ls_utils/priv/language_server.sh
# Launches the language server. This script must be in the same directory as the compiled .ez archives.
0 commit comments