Tags: aeddi/vscode-gno
Tags
chore(release): 1.1.0 [skip ci] # [1.1.0](v1.0.0...v1.1.0) (2025-08-02) ### Features * add a setting to toggle browser opening ([a110d73](a110d73)) * add gnodev button ([4dd4cf2](4dd4cf2)) * add gnodev start and stop commands ([c5f1684](c5f1684)) * add more browser opening options ([81199d2](81199d2)) * custom WebView + clean refactor ([9fdbcfb](9fdbcfb)) * improve logging + refactor ([9035fb9](9035fb9))
chore(release): 1.0.0 [skip ci] # 1.0.0 (2025-08-02) ### Bug Fixes * **allTools.ts.in:** updated description and import ([11f25ab](11f25ab)) * auto install gnopls from gnoverse ([801acb5](801acb5)) * auto install gnopls@latest if not installed ([dcd347b](dcd347b)) * **commands.md:** syntax ([c7acdb7](c7acdb7)) * correct bin for install tools with go ([7fda28a](7fda28a)) * err message ([b73d7ee](b73d7ee)) * fix all issues syntax highlighting ([09d22ec](09d22ec)) * fix automatic installation of gnopls ([9ddab75](9ddab75)) * fix bug testing command ([3e48cf6](3e48cf6)) * fix bug, highlighting, icon ([6b1ed82](6b1ed82)) * format file on save ([9dc08ef](9dc08ef)) * gno version displayed in status bar ([95c8dc5](95c8dc5)) * language-configuration ([490be24](490be24)) * leave go version, waiting for the gno version command not to merge ([9699e89](9699e89)) * lint fix prettier ([f321945](f321945)) * remove installation of vscgo tools ([bb36501](bb36501)) * replace go with gno where needed ([76d8df0](76d8df0)) * retrieved the gno version based on the implementation of the gno version command ([4915c4e](4915c4e)) * stop ignoring package-lock.json ([b9520a3](b9520a3)) * typo in package.json ([531fa2b](531fa2b)) * upgrade undici version in package-lock.json for fix vulnerability ([dc4847c](dc4847c)) ### Features * add gno.maketx.addpkg command ([ec1c03a](ec1c03a)) * added command gno.toggle.testfile ([8dfef07](8dfef07)) * **docs:** add auto generated docs for commands & settings based on package.json ([45c918f](45c918f))