Skip to content

Releases: disneystreaming/smithy-language-server

v0.0.3 : accurate diagnostics

25 Nov 13:14
354c0c3
Compare
Choose a tag to compare

What's Changed

  • Fixes for stale, misattributed, and incorrect diagnostics by @keynmol in #6

Full Changelog: v0.0.2...v0.0.3

v0.0.2 : fix imports

24 Nov 14:01
dbcba78
Compare
Choose a tag to compare

v0.0.1 : First actual release

24 Nov 09:59
d5d56d0
Compare
Choose a tag to compare
  • Jump to definition
  • Multifile support
  • Autocompletion (just for keywords and primitive shapes for now)
  • Maven Dependencies in smithy.json or smithy-build.json at the root of the workspace

The configuration has the following format:

 {
  "mavenRepositories" : ["https://artifact.repository/"],
  "mavenDependencies" : ["org:artifact:version"], 
  "imports" : ["./thatDir", "./foo/bar/file.smithy"] 
}

The Absence of imports will have the language server crawl through all files from the root of the workspace to find smithy files.