Skip to content

Commit 03846fc

Browse files
authored
Replace the deprecated VS Code extension with the gnoverse-maintained one (#76)
The listed "Gno Extension for VS Code" points at the old, deprecated `harry-hov.gno` extension. This replaces it **in place** with the official gnoverse-maintained one — linking the source repo [gnoverse/vscode-gno](https://github.com/gnoverse/vscode-gno) — rather than adding a second, duplicate entry. ```diff - [Gno Extension for VS Code](https://marketplace.visualstudio.com/items?itemName=harry-hov.gno) - Experimental language support for Gno in VS Code. + [Gno Extension for VS Code](https://github.com/gnoverse/vscode-gno) - Official gnoverse-maintained language support for Gno in VS Code. ``` Net change is one line. `gnoverse/vscode-gno` is public; awesome-lint passes.
1 parent 359e156 commit 03846fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ _Tools useful for developing in Gno._
8181
- [GnoScan](https://gnoscan.io/) - A gno.land block explorer, making on-chain data legible and intuitive for everyone.
8282
- [tx-indexer](https://github.com/gnolang/tx-indexer) - A TM2 (Tendermint2) chain indexer with GraphQL support.
8383
- [Supernova](https://github.com/gnolang/supernova) - A stress testing tool for the Gno Tendermint2 blockchain.
84-
- [Gno Extension for VS Code](https://marketplace.visualstudio.com/items?itemName=harry-hov.gno) - Experimental language support for Gno in VS Code.
84+
- [Gno Extension for VS Code](https://github.com/gnoverse/vscode-gno) - Official gnoverse-maintained language support for Gno in VS Code.
8585
- [Gno-mode for Emacs](https://gist.github.com/gfanton/6e233656dfeabd7a46f21f7507b6b311) - Major mode for editing Gno files in Emacs, based on go-mode. Work in progress.
8686
- [Gno for Sublime Text](https://github.com/gno-playground/gno-sublime-text) - Gno syntax highlighting for Sublime Text.
8787
- [:GnoFileTest command for vim](https://gist.github.com/grepsuzette/66f5cfaccc1a919c67f52bd7b31a3b09) - The `:GnoFileTest` snippet for vim.

0 commit comments

Comments
 (0)