Skip to content

Commit 35dafc6

Browse files
stamblerrehyangah
authored andcommitted
[release] welcome: remove gopls announcement from the welcome page
Change-Id: Ie3543235964d4932d841eb437d3f70c83c2d43cb Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/296509 Trust: Rebecca Stambler <[email protected]> Run-TryBot: Rebecca Stambler <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> (cherry picked from commit 9fe63c5) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/298790 Reviewed-by: Rebecca Stambler <[email protected]> Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
1 parent a3de254 commit 35dafc6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/welcome.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,6 @@ setting, we recommend removing that setting now.`;
163163
</div>
164164
</div>
165165
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-
176166
<div class="Cards">
177167
<div class="Card">
178168
<div class="Card-inner">

0 commit comments

Comments
 (0)