Skip to content

Commit a423bed

Browse files
Use gopls from path. ${HOME} isn't valid cross-platform, plus there's no reason to rely on it being at that exact path.
1 parent 96c8e8d commit a423bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/lsp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"rootUri": "dotnet"
1616
},
1717
"go": {
18-
"command": "${HOME}/go/bin/gopls",
18+
"command": "gopls",
1919
"args": ["serve"],
2020
"fileExtensions": {
2121
".go": "go"

0 commit comments

Comments
 (0)