smithy-lang / smithy-vscode

A Visual Studio Code extension to provide syntax highlighting for the Smithy IDL.
https://marketplace.visualstudio.com/items?itemName=smithy.smithy-vscode-extension
Apache License 2.0
37 stars 14 forks source link

Use version 0.1.0 of the Smithy Language Server #42

Closed srchase closed 2 years ago

srchase commented 2 years ago

This PR updates the extension to use version 0.1.0 of the Smithy Language Server which is not publish to Maven Central.

The extension can be configured to use other versions of the Smithy Language Server, including those published locally to Maven Local, by setting a different version string in the extension's settings:

extension_configuration

The integration tests are updated to force installation of the version being tested. This prevents failures if VS Code already has a newer version of the extension already installed.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.