tree: 306a7fe7a0b89263ee68a9826fefd539f59788fa [path history] [tgz]
  1. src/
  2. .gitignore
  3. package-lock.json
  4. package.json
  5. README.md
  6. tsconfig.json
java/java.lsp.server/vscode/README.md

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