Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config error reporting #1808

Merged
merged 4 commits into from
Mar 2, 2024
Merged

config error reporting #1808

merged 4 commits into from
Mar 2, 2024

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    79a1412 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9dee69 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    bb5a157 View commit details
    Browse the repository at this point in the history
  2. make the Zig+ZLS compatibility check more strict

    The compatibility check was previously only executed on the config
    resolve at startup/initialize. This check has moved to the
    updateConfiguration function which also includes updates that happen 
    through in-editor configuration.
    
    ZLS will also warn when the minimum Zig version is not met at runtime.
    The only exception is when using Zig `0.11.*` or `0.10.*` (no development builds).
    Techatrix committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a18d090 View commit details
    Browse the repository at this point in the history