mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-17 12:00:29 +01:00
12 lines
273 B
Batchfile
12 lines
273 B
Batchfile
@echo off
|
|
|
|
git clone 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
|