Skip to content

Commit 873d6c5

Browse files
committed
remove support for installing go-langserver
1 parent f0ad023 commit 873d6c5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/goTools.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,6 @@ const allToolsInformation: { [key: string]: Tool } = {
261261
isImportant: true,
262262
description: 'Linter'
263263
},
264-
'go-langserver': {
265-
name: 'go-langserver',
266-
importPath: 'github.com/sourcegraph/go-langserver',
267-
isImportant: false,
268-
description: 'Language Server from Sourcegraph'
269-
},
270264
'gopls': {
271265
name: 'gopls',
272266
importPath: 'golang.org/x/tools/gopls',

0 commit comments

Comments
 (0)