Skip to content

Releases: disneystreaming/smithy-language-server

v0.0.22: Formatting

04 Apr 14:36
26a189b
Compare
Choose a tag to compare

This release brings in formatting to the language server. This means that editor can leverage the language server to format Smithy file.

In VS Code, you can use the formatting action, shown below:
Screenshot 2023-04-04 at 10 28 53.

If you're using format on save, but want to disable it for Smithy, you can use the following setting:

{
  "[smithy]": {
    "editor.formatOnSave": false
  }
}

The release is tagged 0.0.22. By default the latest.stable version is pulled by the extension but you can override this behaviour. For instance, if you'd like to keep using the previous version, you can tweak the behaviour of the extension using the following in smithy-build.json at the root of your project:

{
  "languageServer": "com.disneystreaming.smithy:smithy-language-server:x.x.x"
}

You can also use other language server jar like software.amazon.smithy:smithy-language-server:0.2.3 for example.

v0.0.21: Sync from upstream

04 Jan 15:20
62e5803
Compare
Choose a tag to compare

This release should fix an issue where language server does not run custom validators when loading the model.

What's Changed

v0.0.20: Sync from upstream

25 Oct 16:53
1cbf9ff
Compare
Choose a tag to compare

v0.0.19: Actual bug fix for collectLocations from upstream

21 Sep 15:01
Compare
Choose a tag to compare

v0.0.18 - Bumping smithy and a workaround fix

15 Sep 15:09
5eb3f07
Compare
Choose a tag to compare

We bump smithy to 1.24.0 and we also introduce a fix for a NPE when loading a workspace.

What's Changed

Support for hover from AWS

30 Aug 14:08
45db43e
Compare
Choose a tag to compare

This release adds support for hovering and bug fixes.

Screen Shot 2022-08-29 at 16 44 49

Smithy 2 support

23 Aug 01:30
f10d17a
Compare
Choose a tag to compare

First release supporting Smithy 2. It's build in the following PR: smithy-lang#61

A new release is expected when PR above has settled.

What's Changed

Full Changelog: v0.0.15...v0.0.16

Smithy 2 support

22 Aug 19:09
93fcc42
Compare
Choose a tag to compare
Smithy 2 support Pre-release
Pre-release

This is preliminary release. As such it won't be pulled by vscode-studio (using the default latest.release) automatically. To use it, configure your extension to use latest.integration instead.

You can also add the following entry in your smithy-build.json: "languageServer": "com.disneystreaming.smithy:smithy-language-server:0.0.16-SNAPSHOT"

What's Changed

Full Changelog: v0.0.15...v0.0.16-SNAPSHOT

Merge from upstream

16 Aug 19:20
c6f0f1d
Compare
Choose a tag to compare

Merge from upstream

22 Jul 18:01
bcb8735
Compare
Choose a tag to compare