Skip to content

Releases: 766b/vscode-go-outliner

vscode-go-outliner v0.1.21

30 Aug 22:32
61382d3
Compare
Choose a tag to compare

0.1.21 - 2023-08-30

Changed

  • Changed from get go -u to go install command (#16)

vscode-go-outliner v0.1.19

09 Jun 12:21
Compare
Choose a tag to compare

0.1.19 - 2018-06-09

Changed

  • Extension will now correctly update its UI after installing missing outliner binary.

0.1.18 - 2018-06-09

Changed

  • Changed the way HOME variable is handled

0.1.17 - 2018-06-08

Changed

  • Modified the way extension looks up binaries.

0.1.16 - 2018-05-12

Changed

  • Updated README.md regarding extension shortcut.

0.1.15 - 2018-05-11

Change

  • On item selection cursor is not placed in the middle a screen, compared to the top of window as it was before.

0.1.14 - 2018-05-11

Changed

  • Returned an option to extend main Explorer tab with Go symbols instead of having to go to a separate tab.

vscode-go-outliner v0.1.13

09 May 18:00
Compare
Choose a tag to compare

0.1.13 - 2018-05-09

Changed

  • Fixed issue where working directory is incorrectly resolved to its parent folder.

vscode-go-outliner v0.1.12

09 May 07:20
Compare
Choose a tag to compare

0.1.12 - 2018-05-08

Changed

  • Moved UI to separate tab
  • Removed goOutliner.excludeTestFiles configuration option

Added

  • Tests/Benchmarks view added
    • Test/Benchmark specific function command added
    • Test/Benchmark all functions command added
  • goOutliner.enableDebugChannel configuration option for debug channel

vscode-go-outliner v0.0.10

09 May 07:01
Compare
Choose a tag to compare

0.0.10 - 2018-05-08

Changed

  • Fixed typo.

0.0.9 - 2018-05-08

Changed

  • MacOS binary look up fix

0.0.8 - 2018-05-08

Changed

  • Fixed incorrect changes from 0.0.7

0.0.7 - 2018-05-08

Changed

  • Added better handling of PATH and GOPATH lookups so related Go executabes can be found

vscode-go-outliner v0.0.6

08 May 21:10
Compare
Choose a tag to compare

0.0.6 - 2018-05-08

Changed

  • Items are now sorted by label