Skip to content

r18.03.05-1

Compare
Choose a tag to compare
@DisposaBoy DisposaBoy released this 05 Mar 16:19
· 59 commits to master since this release
  • if no status is set, the status markers (dots) are no longer shown

  • sh-bootstrap.go is now built with go build to improve startup time in go1.10

  • path handling on Windows was improved

  • linter support should now be almost complete.

    • add support for displaying issues via ctrl+.,ctrl+e or cmd+.,cmd+e
    • errors for all files in the package are tracked
    • the error count in the status bar is always visible if there are errors in other files

    see the example extension https://github.com/disposablue/margo/blob/master/extension-example/extension-example.go for examples of builtin linters.