aboutsummaryrefslogtreecommitdiff
path: root/installer/install-apex-jorje-lsp.cmd
blob: 977f56cfb16c61f55e0c33779ef4a0959bd85c86 (plain)
1
2
3
4
5
6
7
8
9
@echo off

curl -o apex-jorje-lsp.jar "https://github.com/forcedotcom/salesforcedx-vscode/blob/develop/packages/salesforcedx-vscode-apex/out/apex-jorje-lsp.jar?raw=true"

echo @echo off ^

java -jar %%~dp0\apex-jorje-lsp.jar %%* ^

> apex-jorje-lsp.cmd