coursier / apps

40 stars 53 forks source link

Fix smithy language server invocation #234

Closed keirlawson closed 2 months ago

keirlawson commented 2 months ago

From version 0.2.4 onwards the default main class that is run is that of smithy CLI presumably owing to how the jar is constructed, this instead ensures that we invoke the language server.

See https://github.com/smithy-lang/smithy-language-server/issues/143