Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (27 loc) · 649 Bytes

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 649 Bytes

Change Log

1.0.0

Initial release!

1.0.1

Added Official Zig Extension independent Zig language detection

1.0.2

Added start, stop, and restart commands

1.0.3

Semantic tokens!

1.0.4

Added debugLog

1.0.5

Added in-editor configuration, for example:

{
    "zls.warn_style": true,
    "zls.enable_semantic_tokens": false,
    "zls.operator_completions": true,
    "zls.include_at_in_builtins": false,
}

instead of using zls.json!

Fix start/stop/restart commands

1.1.0

You can now install zls directly from the extension! Enjoy!

1.1.1, 1.1.2

Bug fixes, more streamlined installation