All notable changes to the "gno" extension will be documented in this file.
- Dropped preview status
- s/precompile/transpile
- Fix: set default GNOROOT path to empty string
- Fix README
- Support Language Server (See: https://github.com/harry-hov/gnopls)
- Use new Gno logo as file icon in filetree (See: #3)
- Handle
error
andexit
forgno.maketx.addpkg
command - Minor bug fixes
- Support creating
gno.mod
file - Support publishing package on the chain
- Support Cleaning generated go files (i.e generated by precompile)
- Minor bug fixes
- Support CodeLens for *_test.gno files
- Show prompt for missing tool
gno.mod
grammer supportgnodev
->gno
(See: gnolang/gno#585)
- Support precompile onSave (disabled by default)
- Use output channel for commands
- Support precompiling and diagnostics
- Fix
gno.format
command - Remove annoying popup
gno.format: gofumpt successfull
- Do not apply formatting on non gno files