Skip to content

v0.5.2

Compare
Choose a tag to compare
@kubukoz kubukoz released this 17 Oct 17:01
· 514 commits to main since this release
5204415

User-facing changes

Add "restart server" command in #118

Adds a new command in the client that allows restarting the server. Note: it doesn't take into account any workspace setting changes that are read by the client, such as the server version string or debug/tracing flags.

Available since the extension's 0.2.10 release.

image

Support colon field separators in #121

This changes the default key/value separator from = to :. For the foreseeable future, both will work, but the tooling will prefer : and support for the = syntax will eventually be removed.

Before:

image

After:

image

Unify experience for parse errors in #125

This slightly improves error reporting in cases where the code doesn't parse.

Before:

image

After:

image

Internal changes

New Contributors

Full Changelog: v0.5.1...v0.5.2