Skip to content

Commit

Permalink
feat(data): allow languageserver.env (#4658)
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Aug 31, 2023
1 parent 44898ec commit c5a7123
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,9 @@
"enable": {
"$ref": "#/definitions/languageserver.enable"
},
"env": {
"$ref": "#/definitions/languageserver.env"
},
"disableSnippetCompletion": {
"$ref": "#/definitions/languageserver.disableSnippetCompletion"
},
Expand Down

0 comments on commit c5a7123

Please sign in to comment.