Skip to content

v0.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 16:27
· 13 commits to master since this release

What's Changed

  • Diagnostics now contain an error code.
    • This will show up in the IDE, but is mostly for future expansions to enable message control
  • The following directives are now supported and will only report a diagnostic when used incorrectly.
    • \delete-node\
    • \delete-property\
    • \omit-if-no-ref\
  • Enable user-defined include path option by @alexander-heimbuch in #13
    • As part of the ginko and ginko_ls executable, the --include option can be used to define paths that ginko will use to search for .dtsi files.

New Contributors