Skip to content

Commit 6748405

Browse files
committed
base image config: migrate LSP config to newer structure
1 parent 037f68d commit 6748405

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

turbobob-baseimage.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
{ "command": "go generate ./bin" },
88
{ "command": "go test ./..." }
99
],
10-
"langserver_cmd": ["gopls"],
10+
"langserver": {
11+
"languages": ["go"],
12+
"command": ["gopls"]
13+
},
1114
"paths_to_cache": ["/go/pkg"]
1215
}

0 commit comments

Comments
 (0)