Ada language server no longer available as binary

This will be recorded on the issue tracker, but for now it seems very
difficult to compile the thing from source.
This commit is contained in:
Radon Rosborough 2021-06-13 22:34:27 +00:00
parent 1edf4e289a
commit 64fc96ef06
1 changed files with 0 additions and 14 deletions

View File

@ -29,13 +29,6 @@ info:
install:
apt:
- gnat
manual: |
wget https://dl.bintray.com/reznikmm/ada-language-server/linux-latest.tar.gz
tar -xf linux-latest.tar.gz
install -d "${pkg}/usr/local/bin"
install -d "${pkg}/usr/local/lib/x86_64-linux-gnu"
mv linux/ada_language_server "${pkg}/usr/local/bin/ada_language_server"
mv linux/*.so* "${pkg}/usr/local/lib/x86_64-linux-gnu/"
main: "main.adb"
template: |
@ -50,10 +43,3 @@ compile: |
x86_64-linux-gnu-gnatmake-9 main.adb
run: |
./main
lsp:
start: |
ada_language_server
code: "\n Ada.IO"
after: ");"
item: "IO_Exceptions"