top | item 44704891

(no title)

andylynch | 7 months ago

Installing the VSCode extension pack for Java runs a headless version of Eclipse JDT under the hood, which isn’t quite what I think of as lightweight.

discuss

order

Cthulhu_|7 months ago

Java isn't quite what I think of as lightweight. I mean it probably can be, but most Java engineering I know of is all about adding more and more libraries, frameworks, checks, tests, etc.

drewbitt|7 months ago

You can set the launchMode to LightWeight which spins up a syntax-only language server.