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
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.
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
Most helpful comment
@fiveisprime fixed it and should be available in our next release.