jdbaldry / jsonnet-language-server

A Language Server Protocol (LSP) server for Jsonnet (https://jsonnet.org).
GNU Affero General Public License v3.0
17 stars 2 forks source link

Add full language support in the VS Code plugin #24

Closed julienduchesne closed 2 years ago

julienduchesne commented 2 years ago

Adds (and improves) the language configuration from https://github.com/liamdawson/vscode-jsonnet-language (which took it from https://github.com/heptio/vscode-jsonnet) This makes this vscode plugin fully support the jsonnet language without any dependencies

I want to make this releasable in vscode ASAP so I can start testing iteratively (in real cases, not a development instance). With formatting and the navigation it currently has, it's already much better than the alternatives

Next steps:

  1. Make the vscode extension download the latest language server release automatically
  2. Release the jsonnet language server in a Github Actions upon tagging
  3. Release and publish the vscode plugin in a Github Actions upon tagging
julienduchesne commented 2 years ago

Closing. Will move the vscode plugin to its own repository