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:
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.
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:
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.