Skip to content

Commit

Permalink
Fix issue #1125, make gopls projectFiles rule can work.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Dec 9, 2024
1 parent 4fb92c9 commit 520d253
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions langserver/gopls.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"gopls",
"-remote=auto"
],
"support-single-file": false,
"projectFiles": ["go.mod"],
"settings":{
"gopls": {
Expand Down

0 comments on commit 520d253

Please sign in to comment.