r3inbowari / go-mod-explorer

Go Module Explorer for Visual Studio Code (beta)
https://marketplace.visualstudio.com/items?itemName=r3inbowari.gomodexplorer
MIT License
33 stars 6 forks source link

Unexpected view initialization failure #69

Open r3inbowari opened 3 months ago

r3inbowari commented 3 months ago

When Go Mod Explorer was placed on Secondary Side Bar, it will not be initialized correctly after the next restart.

image

Steps to reproduce:

Version: 1.89.1 (system setup) OS: Windows_NT x64 10.0.22621

  1. Drag the view(Go Mod Explorer) to the Secondary Side Bar.

image

  1. Restart vscode.
r3inbowari commented 3 months ago

This problem existed in vscode for a while, and seems to have been solved in vscode (>=1.90.0).

The new version of vscode supports automatic hovering of the current module. It is recommended to update.

image