This repository has been archived by the owner on May 7, 2021. It is now read-only.
v5.8.0
- 🚫 Add
go-plus.config.compileOnSave
option (defaults totrue
) to allow you to disable build on save (fixes #674 and #675 by @zmb3) - 📢 When a package only contains tests, ignore the
no non-test Go files
warning (fixes #732 via #734 by @lloiser) - 🚀 Fix compatibility issues with the new but experimental parser
tree-sitter
(core.useTreeSitterParsers
in your atom config)
Detailed changes: v5.7.2...v5.8.0