Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Set useLanguageServer preference to true (#216)
Browse files Browse the repository at this point in the history
Fixes issue where Che will complaing about the Go LS
not being up to date.

See eclipse-che/che#16113

Signed-off-by: Eric Williams <ericwill@redhat.com>
  • Loading branch information
ericwill committed Mar 24, 2020
1 parent 9a0880b commit af8ed7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devfiles/go/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ components:
preferences:
go.lintTool: 'golangci-lint'
go.lintFlags: '--fast'
go.useLanguageServer: true
-
type: dockerimage
# this version is used in the plugin
Expand Down

0 comments on commit af8ed7e

Please sign in to comment.