Skip to content

Conversation

emekoi
Copy link
Contributor

@emekoi emekoi commented Dec 19, 2021

  • fixes the precedence of "quiet mode" in the settings to fix this error
  • fixed issue broken "Build On Save" option
    this never worked because it was actually calling just zig instead of zig build
  • formatted code
  • pressing the × on an inline error message now only closes that error message instead of all error messages

on zig 0.8.1, `zig fmt` does not output a leading './' if the file path
it was given did not include one, but the regex did not account for
this. furthermore, trying to close one inline error message would close
all error messages in all windows. now only the error message clicked on
is closed; however, there currently is no way to close all the inline error
messages in a single view. lastly we need to figure out the oldest version
of sublime text this package will support. backwards compatibility between
4 and 3 is quite good from what i can tell, but i'm not sure about version 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

set "quiet: true" to zig fmt build script
1 participant