You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -280,6 +280,14 @@ $ docker exec -ti lang-go sh
280
280
Cloning into 'your-private-repo'...
281
281
```
282
282
283
+
## LSIF
284
+
285
+
LSIF support can be enabled by setting:
286
+
287
+
```json
288
+
"codeIntel.lsif": true
289
+
```
290
+
283
291
## Scaling out by increasing the replica count
284
292
285
293
You can run multiple instances of the go-langserver and distribute connections between them in Kubernetes by setting `spec.replicas` in the deployment YAML:
0 commit comments