Releases: disneystreaming/vscode-smithy
v0.0.14 : coursier download for ARM64
What's Changed
- Update coursier version, support arm64 by @etspaceman in #26
New Contributors
- @etspaceman made their first contribution in #26
Full Changelog: v0.0.13...v0.0.14
v0.0.13 - Keep the smithy.lsp.log file
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
This release contains a single fix that improve the syntax highlighting for Smithy files.
What's Changed
- Support fully qualified name in traits by @daddykotex in #24
Full Changelog: v0.0.11...v0.0.12
v0.0.11 - specify main class
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
What's Changed
- Fix extension vsix by @kubukoz in #20
- Bump languageclient to 7.0.0 to support LSP 3.16.0 by @daddykotex in #17
- Add the ability to restart the server by @kubukoz in #18
Full Changelog: v0.0.8...v0.0.10
DO NOT USE - v0.0.9
This release is broken, do not use it.
v0.0.8: JAVA_OPTIONS for language-server
What's Changed
- Improve the debugging experience by @daddykotex in #15
Full Changelog: v0.0.7...v0.0.8
v0.0.7 - Support Smithy 2 new keywords
Syntax highlighting has been improved to support:
- for
- with
- enum
- intEnum
What's Changed
- Update Smithy grammar by @daddykotex in #13
Full Changelog: v0.0.6...v0.0.7
v0.0.6 : quick fix
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
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