Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 0be676a

Browse files
sqsefritz
authored andcommitted
Add codeIntel.lsif to configuration schema for settings editor completion/validation (#284)
1 parent 7dd0d3f commit 0be676a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@
151151
"requestTime",
152152
"verbose"
153153
]
154+
},
155+
"codeIntel.lsif": {
156+
"description": "Whether to use pre-computed LSIF data for code intelligence (such as hovers, definitions, and references). See https://docs.sourcegraph.com/user/code_intelligence/lsif.",
157+
"type": "boolean"
154158
}
155159
}
156160
}

0 commit comments

Comments
 (0)