We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3de254 commit 35dafc6Copy full SHA for 35dafc6
src/welcome.ts
@@ -163,16 +163,6 @@ setting, we recommend removing that setting now.`;
163
</div>
164
165
166
- <div class="Announcement">
167
- <img src="${announceURI}" alt="announce" class="Announcement-image" />
168
- <p>
169
- Heads up! Gopls, the official Go language server, is now enabled in VS Code by default.
170
- Gopls replaces several legacy tools to provide IDE features while editing Go code.
171
- See <a href="https://github.com/golang/vscode-go/issues/1037">issue 1037</a> for more
172
- information. ${alreadyDisabledGopls}
173
- </p>
174
- </div>
175
-
176
<div class="Cards">
177
<div class="Card">
178
<div class="Card-inner">
0 commit comments