Closed artm closed 1 year ago
Can you please share the following log while you reproduce the issue that is during step 4
F1 > Open View... > Remote Server
during step 4:
...
2023-02-08 17:22:44.844 [info] [127.0.0.1][4570e931][ManagementConnection] New connection established.
2023-02-08 17:22:45.159 [info] [127.0.0.1][769c184b][ExtensionHostConnection] New connection established.
2023-02-08 17:22:45.163 [info] [127.0.0.1][769c184b][ExtensionHostConnection] <245930> Launched Extension Host Process.
2023-02-08 17:23:33.791 [info] Uninstalling extension from the profile: golang.go@0.37.1 file:///home/abaguinski/.vscode-server/extensions/extensions.json
2023-02-08 17:23:33.831 [info] Marked extension as uninstalled golang.go-0.37.1
2023-02-08 17:23:42.022 [info] Successfully uninstalled extension from the profile golang.go@0.37.1 file:///home/abaguinski/.vscode-server/extensions/extensions.json
during step 5:
2023-02-08 17:26:04.514 [info]
2023-02-08 17:26:04.531 [info] Extension host agent started.
2023-02-08 17:26:04.618 [info] Deleted from disk golang.go /home/abaguinski/.vscode-server/extensions/golang.go-0.37.1
2023-02-08 17:26:04.873 [info] [127.0.0.1][b6f4098b][ManagementConnection] New connection established.
2023-02-08 17:26:05.136 [info] [127.0.0.1][55bd1437][ExtensionHostConnection] New connection established.
2023-02-08 17:26:05.142 [info] [127.0.0.1][55bd1437][ExtensionHostConnection] <247749> Launched Extension Host Process.
2023-02-08 17:26:15.584 [info] Getting Manifest... golang.go
2023-02-08 17:26:23.707 [info] Installing extension: golang.go
2023-02-08 17:26:32.454 [info] Extension signature verification: golang.go. Verification status: Verified.
2023-02-08 17:26:32.536 [info] Extracted extension to /home/abaguinski/.vscode-server/extensions/.f6b93a59-c54e-45f1-92a2-bf173bf3602b: golang.go
2023-02-08 17:26:32.542 [info] Renamed to /home/abaguinski/.vscode-server/extensions/golang.go-0.37.1
2023-02-08 17:26:32.544 [info] Extracting completed. golang.go
2023-02-08 17:26:32.553 [info] Extension installed successfully: golang.go
Similar issue here but with extension pack named 'Salesforce Extension Pack' (around 9 extensions) and extension pack named jupyter from Microsoft (4 [extensions). They all keep being re-installed into WSL after uninstall and restart of VS Code. Opening new (parallel) VS Code WSL window triggers just uninstalled plugins to be installed again.
Version: 1.75.1 (user setup) Commit: 441438abd1ac652551dbe4d408dfcec8a499b8bf Date: 2023-02-08T21:32:34.589Z Electron: 19.1.9 Chromium: 102.0.5005.194 Node.js: 16.14.2 V8: 10.2.154.23-electron.0 OS: Windows_NT x64 10.0.19044 Sandboxed: No
Very strange. I tried in my WSL and I am not able to reproduce this behaviour. Can you please try again with our latest stable release? Also use an empty profile to reproduce. To create an empty profile follow this doc - https://code.visualstudio.com/docs/editor/profiles#_create-a-profile
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
Does this issue occur when all extensions are disabled?: unknown
Steps to Reproduce:
The extension is installed again
The reason I want to remove the extension from the WSL is that I have switched to dev containers workflow and have different go projects requiring different go versions. The go tools in WSL are often of a wrong version voor the project I open and I get irrelevant linter etc errors until I reopen the project in dev container.
I initially filed this against the extension (https://github.com/golang/vscode-go/issues/2646) but according to the team installation is out of their scope.