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:
parent
1edf4e289a
commit
64fc96ef06
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue