12 Commits

Author SHA1 Message Date
905e034137 Update default version of java lsp to 1.3.0 2021-09-12 03:30:19 -05:00
8792bd45fc clarify direction of message handler (sys.stdin -> process.stdin, or process.stdout -> sys.stdout) 2021-05-18 21:09:44 -05:00
bb8bd19f64 update java LSP to 1.1.1 2021-05-18 21:01:38 -05:00
9af1594e32 improve logging, catch and log exceptions that happen while decoding messages in message handler 2021-05-18 21:01:04 -05:00
91236b728b java: make jwdp optional 2020-11-11 22:08:20 -06:00
4639a79c00 java: automatically download and install jdt.ls if not given on command line 2020-11-11 21:50:14 -06:00
f144963c32 add xdg module and implement xdg data storage, default java data directory to ours, begin implementing auto-download 2020-11-11 16:23:58 -06:00
7a346a9185 restructure as a setuptools project 2020-11-11 15:58:31 -06:00
592bd8c628 java: make lombok integration optional and don't hardcode my user name. Still want to find an optimal way for selecting the best version of lombok available, or maybe downloading it if not present. 2020-11-08 23:23:31 -06:00
cfea3b5f11 java: implement java.apply.workspaceEdit by translating it into a workspace/applyEdit and sending back to client 2020-11-08 23:16:39 -06:00
49d673b0b8 java: fix some indexing errors in perform_change 2020-11-08 19:11:17 -06:00
cd23269643 initial commit of lsp-proxy 2020-11-08 18:55:03 -06:00