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

Fix launching LSP on case-sensitive platforms #34

Closed srchase closed 2 years ago

srchase commented 2 years ago

The Smithy Language Server uses the version 0.0.0-SNAPSHOT. This updates package.json to set the correctly cased SNAPSHOT, fixing the extension being able to launch the Language Server on case-sensitive platforms.

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