Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Add Bazel support for gocodePackageLookupMode (#1908)
Browse files Browse the repository at this point in the history
* Add Bazel support for gocodePackageLookupMode

Option was introduced here: nsf/gocode@725b543

* Update description
  • Loading branch information
Bradley Weston authored and ramya-rao-a committed Oct 17, 2018
1 parent 31772a9 commit 41eb3e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,10 +810,11 @@
"type": "string",
"enum": [
"go",
"gb"
"gb",
"bzl"
],
"default": "go",
"description": "If go, use standard Go package lookup rules for completions. If gb, use gb-specific lookup rules for completions",
"description": "Used to determine the Go package lookup rules for completions by gocode. Only applies when using nsf/gocode. Latest versions of the Go extension uses mdempsky/gocode by default.",
"scope": "resource"
},
"go.useCodeSnippetsOnFunctionSuggest": {
Expand Down

0 comments on commit 41eb3e6

Please sign in to comment.