mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-17 12:00:29 +01:00
12 lines
409 B
Batchfile
12 lines
409 B
Batchfile
@echo off
|
|
|
|
curl -o dartsdk-windows-x64-release.zip "https://storage.googleapis.com/dart-archive/channels/dev/release/latest/sdk/dartsdk-windows-x64-release.zip"
|
|
call "%~dp0\run_unzip.cmd" dartsdk-windows-x64-release.zip
|
|
del dartsdk-windows-x64-release.zip
|
|
|
|
echo @echo off ^
|
|
|
|
%%~dp0\dart-sdk\bin\dart %%~dp0\dart-sdk\bin\snapshots\analysis_server.dart.snapshot --lsp %%* ^
|
|
|
|
> analysis-server-dart-snapshot.cmd
|