diff --git a/hie-vscode.sh b/hie-vscode.sh index 53679da4..d6760afb 100755 --- a/hie-vscode.sh +++ b/hie-vscode.sh @@ -4,7 +4,7 @@ export HIE_SERVER_PATH=`which hie` export HIE_WRAPPER_PATH=`which hie-wrapper` if [ ! "X" = "X$HIE_WRAPPER_PATH" ]; then -hie-wrapper --lsp $@ +hie-wrapper $@ elif [ "X" = "X$HIE_SERVER_PATH" ]; then echo "Content-Length: 100\r\n\r" echo '{"jsonrpc":"2.0","id":1,"error":{"code":-32099,"message":"Cannot find hie.exe in the path"}}' @@ -12,7 +12,7 @@ elif [ "X" = "X$HIE_SERVER_PATH" ]; then fi # Run directly -hie --lsp $@ +hie $@ #hie --lsp # Run with a log