Gopher Robot submitted the change with unreviewed changes![Open in Gerrit]()
Unreviewed changes
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: extension/src/language/goLanguageServer.ts
Insertions: 1, Deletions: 1.
@@ -623,7 +623,7 @@
return res;
} catch (e) {
// Suppress error messages for frequently triggered
- // or programmerly triggered commads.
+ // or programmatically triggered commads.
if (command === 'gopls.package_symbols' || command === 'gopls.lsp') {
return null;
}
```
Change information
Commit message:
extension/src/language: extend range support to type def
gopls.lsp is triggered programmatically by the language client,
if error encountered, the vscode will pop up notifications
as if the ongoing LSP method is blocking. This CL also
suppress the error encountered gopls.lsp command.
Gopls CL 728600
For golang/go#76723
Change-Id: Ia064a7bb149bee632198c7affb0e975de2fe7e0c
Files:
- M extension/src/language/goLanguageServer.ts
Change size: S
Delta: 1 file changed, 29 insertions(+), 3 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Madeline Kalil
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI
Open in Gerrit
Gerrit-MessageType: merged
Gerrit-Project: vscode-go
Gerrit-Branch: master
Gerrit-Change-Id: Ia064a7bb149bee632198c7affb0e975de2fe7e0c
Gerrit-Change-Number: 727560
Gerrit-PatchSet: 6