- 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
orcmd+.
,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
- add support for displaying issues via
see the example extension https://github.com/disposablue/margo/blob/master/extension-example/extension-example.go for examples of builtin linters.