mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
12 lines
283 B
Batchfile
12 lines
283 B
Batchfile
@echo off
|
|
|
|
git clone --depth=1 https://github.com/fsprojects/fsharp-language-server .
|
|
call npm install
|
|
dotnet build -c Release
|
|
|
|
echo @echo off ^
|
|
|
|
dotnet %%~dp0\src\FSharpLanguageServer\bin\Release\netcoreapp2.0\FSharpLanguageServer.dll %%* ^
|
|
|
|
> fsharp-language-server.cmd
|