Initial release!
Added Official Zig Extension independent Zig language detection
Added start, stop, and restart commands
Semantic tokens!
Added debugLog
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
You can now install zls directly from the extension! Enjoy!
Bug fixes, more streamlined installation