Skip to content

Commit

Permalink
package.json: add gopls and golang to extension keywords
Browse files Browse the repository at this point in the history
Fixes golang#2657

Change-Id: Ib77740fffca87ef89015e5d1a7936af0653388e3
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/467698
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
Reviewed-by: Suzy Mueller <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Jamal Carvalho <[email protected]>
  • Loading branch information
hyangah committed Feb 15, 2023
1 parent 203717d commit 032fd59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"url": "https://github.com/golang/vscode-go/issues"
},
"keywords": [
"multi-root ready"
"multi-root ready",
"golang",
"gopls"
],
"scripts": {
"clean": "rm -rf ./dist/* && rm *.vsix",
Expand Down

0 comments on commit 032fd59

Please sign in to comment.