theia-ide / theia-apps

Theia applications examples - docker images, desktop apps, packagings
Apache License 2.0
1.04k stars 346 forks source link

[full, go] update to new go extension #378

Closed marcdumais-work closed 3 years ago

marcdumais-work commented 4 years ago

The go extension by Microsoft is moving to the go community and will change publisher (and so id).

blog post: https://blog.golang.org/vscode-go new repo: https://github.com/golang/vscode-go

stale[bot] commented 4 years ago

This contribution has been automatically marked as stale due to inactivity, and it will be closed if no further activity occurs. Thank you for contributing to Theia!

marcdumais-work commented 4 years ago

The newly moved extension looks to be available on open-vsx.org: https://open-vsx.org/extension/golang/Go

hyangah commented 4 years ago

Should this config be updated to pick up the newer extension? I think Dockerfile, settings also need to be updated, but I am not familiar with this repo.

vince-fugnitto commented 4 years ago

Should this config be updated to pick up the newer extension? I think Dockerfile, settings also need to be updated, but I am not familiar with this repo.

@hyangah correct, occurrences of vscode-go (across the repository) should be updated to the new link as referenced by the https://github.com/theia-ide/theia-apps/issues/378#issuecomment-684936192. The dockerfile should only be updated if there is a need to update the development environment for go following the new changes (although I suspect no changes are necessary to make the extension work).