Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit 4ee88b6

Browse files
committed
Add LSIF to README
1 parent 0a16ba3 commit 4ee88b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,14 @@ $ docker exec -ti lang-go sh
280280
Cloning into 'your-private-repo'...
281281
```
282282
283+
## LSIF
284+
285+
LSIF support can be enabled by setting:
286+
287+
```json
288+
"codeIntel.lsif": true
289+
```
290+
283291
## Scaling out by increasing the replica count
284292
285293
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

Comments
 (0)