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

Fetch test dependencies from Maven Central #36

Closed srchase closed 2 years ago

srchase commented 2 years ago

This updates the test-fixtures to use the Maven Central repository for fetching the dependency artifacts use by the extension when launching the Smithy Language Server.

Previously these tests would only pass if the dependency artifacts were cached locally.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.