Skip to content

Releases: disneystreaming/vscode-smithy

v0.0.13 - Keep the smithy.lsp.log file

03 Jan 19:49
c34600f
Compare
Choose a tag to compare

What's Changed

  • LspLog is disabled by default, this activates it by @daddykotex in #25

Full Changelog: v0.0.12...v0.0.13

v0.0.12 - Update grammar syntax

19 Jul 13:32
a74213a
Compare
Choose a tag to compare

This release contains a single fix that improve the syntax highlighting for Smithy files.

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11 - specify main class

09 Jun 17:54
e7f4c79
Compare
Choose a tag to compare

This release prepares for an upcoming release of the disneystreaming fork of smithy-language-server.

What's Changed

  • Run CI on main, run tests on non-PRs too by @kubukoz in #19
  • Specify main class in launch options by @kubukoz in #22

Full Changelog: v0.0.10...v0.0.11

v0.0.10 - "Smithy: restart server" command addition, LSP version upgrade, fix previous release

10 May 16:16
8d9e8da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.10

DO NOT USE - v0.0.9

10 May 15:20
dd84ea5
Compare
Choose a tag to compare

This release is broken, do not use it.

v0.0.8: JAVA_OPTIONS for language-server

06 Dec 18:13
4eddb14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7 - Support Smithy 2 new keywords

24 Aug 15:31
67e4267
Compare
Choose a tag to compare

Syntax highlighting has been improved to support:

  • for
  • with
  • enum
  • intEnum

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6 : quick fix

18 Aug 13:08
82a2a09
Compare
Choose a tag to compare

Fixes the packaging of the extension, which in the previous version was missing some critical bits

v0.0.5 : source language-server coordinates from smithy-build.json

18 Aug 10:45
d6591f7
Compare
Choose a tag to compare

Lets the extension source the language-server coordinates (formattedorg:artifact:version) from a languageServer field in the smithy-build.json file.

This allows for people who check-in this file to control the version of the LSP that the users should use when opening the repo, which can help prevent the users experience errors due to changes in the smithy-tooling

v0.0.4: Dependency updates

01 Mar 12:00
Compare
Choose a tag to compare
Use yarn in publish