aboutsummaryrefslogtreecommitdiff
path: root/installer/install-cobol-language-support.cmd
blob: e7051c4d88b7ac990686ca4d1b0a8a16489f08ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@echo off

setlocal

set version=0.9.1
set url=https://github.com/eclipse/che-che4z-lsp-for-cobol/releases/download/%version%/cobol-language-support-%version%.vsix
curl -LO "%url%"
call "%~dp0\run_unzip.cmd" "cobol-language-support-%version%.vsix"

echo @echo off ^

java "-Dline.speparator=\r\n" -jar "%%~dp0\extension\server\lsp-service-cobol-%version%.jar" pipeEnabled ^

> cobol-language-support.cmd