Vscode: @id:ms-vscode.go not found

Created on 10 Jun 2020  路  5Comments  路  Source: microsoft/vscode




Steps to Reproduce:

1.Delete the Go extension
2.Open any go file
3.A prompt box pops up at the bottom right corner."The 'Go' extension is recommended for this file type."
4.Click the Install button
5.@id:ms-vscode.go No extensions found.


Does this issue occur when all extensions are disabled?: Yes

The extension identifier goes from ms-vscode.go to golang.go

Most helpful comment

@fiveisprime fixed it and should be available in our next release.

All 5 comments

without step 1, it still reproduce
open new window with any go file

prompt box will pop up and the suggested extension @id:ms-vscode.go not found

@fiveisprime fixed it and should be available in our next release.

The transfer happened a little earlier than anticipated but yes, this will be fixed later today

This is still a problem.

  • Version: 1.46.0
  • OS: Linux x64 (snap on Ubuntu)

This is the log while building a devcontainer:

[2421 ms] Start: Run in container: cd /home/vscode/.vscode-server/bin/a5d1cc28bb5da32ec67e86cc50f84c67cc690321; export VSCODE_AGENT_FOLDER=/home/vscode/.vscode-server; /home/vscode/.vscode-server/bin/a5d1cc28bb5da32ec67e86cc50f84c67cc690321/server.sh --extensions-download-dir /home/vscode/.vscode-server/extensionsCache --install-extension ms-vscode.go --force
[2962 ms] Installing extensions...
[2962 ms] Extension 'ms-vscode.go' not found.
Make sure you use the full extension ID, including the publisher, e.g.: ms-dotnettools.csharp
[2962 ms] Exit code 1

Ah, the devcontainer needs updated. Good catch

Was this page helpful?
0 / 5 - 0 ratings

Related issues

biij5698 picture biij5698  路  3Comments

vsccarl picture vsccarl  路  3Comments

chrisdias picture chrisdias  路  3Comments

borekb picture borekb  路  3Comments

trstringer picture trstringer  路  3Comments