roc/crates/lang_srv/debug_server.sh
Brian Teague 17fabb77b4 lsp names renamed to roc_language_server
Correct gitignore case
2024-01-05 16:30:38 -05:00

4 lines
185 B
Bash
Executable file

#!/usr/bin/bash
SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
${SCRIPT_DIR}/../../target/debug/roc_language_server "$@" 2> /tmp/roc_language_server.err