Commit 03846fc
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments