This repository has been archived by the owner on May 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip precompiling imports for Go Build
`gnopls` run diagnostics on Open and Save. Diagnostics uses `gno precompile --gobuild` to get go build error. This command precompile imports automatically unless used with flag `-skip-imports`. It makes working dir dirty by generating `*.gno.gen.go` files. So using it with flag `-skip-imports`.
- Loading branch information