tree: 87ea3590c955f0fe37531dd67df48c1fda5c9f43 [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-lsp-server
  • cd vscode
  • npm install
  • npm run compile
  • (cd ../build/; npm install vsce)
  • ../build/node_modules/vsce/out/vsce package

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