add set -e

This commit is contained in:
Naoya Yamashita
2024-07-14 17:51:46 +09:00
committed by mattn
parent 6fcb1a4442
commit 352b544746
8 changed files with 18 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/sh
set -e
curl -o apex-jorje-lsp.jar -L "https://github.com/forcedotcom/salesforcedx-vscode/blob/develop/packages/salesforcedx-vscode-apex/out/apex-jorje-lsp.jar?raw=true"
cat <<EOF >apex-jorje-lsp

View File

@@ -1,3 +1,5 @@
#!/bin/sh
set -e
ros install cxxxr/lem cxxxr/cl-lsp

View File

@@ -1,3 +1,6 @@
#!/bin/sh
set -e
VERSION="2020.05.09"
curl -L -o clj-kondo-lsp https://github.com/borkdude/clj-kondo/releases/download/v$VERSION/clj-kondo-lsp-server-$VERSION-standalone.jar

View File

@@ -1,3 +1,5 @@
#!/bin/sh
set -e
"$(dirname "$0")/pip_install.sh" fortls fortran-language-server

View File

@@ -1,4 +1,6 @@
#!/bin/sh
set -e
set -o errexit
git clone --depth=1 https://github.com/puppetlabs/puppet-editor-services.git .

View File

@@ -1,5 +1,7 @@
#!/bin/sh
set -e
raco pkg install racket-langserver
cat <<EOF >racket-lsp
#!/bin/sh

View File

@@ -1,5 +1,7 @@
#!/bin/sh
set -e
url="https://raw.githubusercontent.com/v-analyzer/v-analyzer/master/install.vsh"
# Replace hard-coded installation path "~/.config/v-analyzer" with "."

View File

@@ -1,4 +1,7 @@
#!/bin/sh
set -e
git clone --depth=1 https://github.com/vlang/vls .
echo 'Compiling vlang/vls...'