This is an extension for VS Code. Based on “lsp-sample” from: https://github.com/microsoft/vscode-extension-samples

Building

To build the VS Code extension do:

  • cd java/java.lsp.server
  • ant build-vscode-ext

The resulting extension is then in the build directory, with the vsix extension.

#Building for Development

If you want to develop the extension, use these steps for building instead:

  • cd java/java.lsp.server
  • ant build-lsp-server
  • cd vscode
  • npm install
  • npm run compile