Skip to content

Releases: goplus/vscode-xgo

v0.8.7

16 Feb 07:14
9efaf15

Choose a tag to compare

What's Changed

Full Changelog: v0.8.6...v0.8.7

v0.8.6

04 Feb 06:42
9f72ad3

Choose a tag to compare

What's Changed

  • chore(xgols): change references from goxls to xgols and adjust version requirements by @go-wyvern in #69
  • chore: update version to 0.8.6 in package.json by @go-wyvern in #70

Full Changelog: v0.8.5...v0.8.6

v0.8.5

23 May 08:49
a95804f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.8.5

v0.8.3

12 Feb 13:48
661d834

Choose a tag to compare

features:

  • support to debug Go+ files (#49)
  • add gsh ext as Go+ files (#58)
  • Go/Go+ language server goxls v0.13.7

changes:

  • check and install goxls/gopdlv (#47 #54)

v0.8.1

27 Nov 16:28
076ced1

Choose a tag to compare

features:

  • gop syntax highlight (#3 #4)
  • gop icon (#19 #42 #43)
  • test: support gop (#10 #11 #13)
  • gop cover (only support go1.20+) (#14)
  • gop generate unit tests (#21)
  • gop toggle between code and tests (#24)
  • gop add/remove Struct Tags (#12)
  • gop call hierarchy (#29)
  • gop Show All Commands (#32)
  • gop Current GOPROOT (#35)
  • add run_gop_command (#23)

changes:

  • fix conflicts of commands/configurations (#3 #5 #34)
  • fix current gopath and current goroot problem (#33)
  • configurationDefaults (#7)
  • disable linkifyShowMessage (#9)
  • change gopls => goxls (#20)
  • github actions: use goplus/setup-goplus (#18)
  • mod: goxls v0.13.5 (#37)