mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
10 lines
256 B
Batchfile
10 lines
256 B
Batchfile
@echo off
|
|
|
|
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"
|
|
|
|
echo @echo off ^
|
|
|
|
java -jar %%~dp0\apex-jorje-lsp.jar %%* ^
|
|
|
|
> apex-jorje-lsp.cmd
|