mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Use latest release for omnisharp (#417)
Co-authored-by: Wayne Bowie <wayneb@pcius.com>
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
@echo off
|
||||
|
||||
setlocal
|
||||
set VERSION=1.37.5
|
||||
curl -L -o omnisharp-win-x64.zip "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v%VERSION%/omnisharp-win-x64.zip"
|
||||
curl -L -o omnisharp-win-x64.zip "https://github.com/OmniSharp/omnisharp-roslyn/releases/latest/download/omnisharp-win-x64.zip"
|
||||
call "%~dp0\run_unzip.cmd" omnisharp-win-x64.zip
|
||||
del omnisharp-win-x64.zip
|
||||
|
||||
|
||||
@@ -17,8 +17,7 @@ darwin)
|
||||
;;
|
||||
esac
|
||||
|
||||
version="v1.37.5"
|
||||
url="https://github.com/OmniSharp/omnisharp-roslyn/releases/download/$version/omnisharp-$os$arch.tar.gz"
|
||||
url="https://github.com/OmniSharp/omnisharp-roslyn/releases/latest/download/omnisharp-$os$arch.tar.gz"
|
||||
curl -L "$url" | tar xz
|
||||
|
||||
chmod +x run
|
||||
|
||||
Reference in New Issue
Block a user