Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc, schemas and annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 16, 2023
1 parent 393d37a commit c87c862
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion schemas/fsautocomplete.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"FSharp.enableAdaptiveLspServer": {
"default": true,
"description": "Enables Enable LSP Server based on FSharp.Data.Adaptive. This can improve stability. Requires restart.",
"markdownDeprecationMessage": "This setting has been deprecated because it is now the only behavior of the LSP Server.",
"type": "boolean"
},
"FSharp.enableAnalyzers": {
Expand Down Expand Up @@ -187,7 +188,8 @@
"enum": [
"NamedText",
"RoslynSourceText"
]
],
"markdownDeprecationMessage": "This setting is deprecated because the RoslynSourceText SourceText implementation has been adopted as the only implementation in the LSP Server."
},
"FSharp.fsiExtraParameters": {
"default": [],
Expand Down Expand Up @@ -245,6 +247,7 @@
"FSharp.inlayHints.enabled": {
"default": true,
"description": "Controls if the inlay hints feature is enabled",
"markdownDeprecationMessage": "This can be controlled by `editor.inlayHints.enabled` instead.",
"type": "boolean"
},
"FSharp.inlayHints.parameterNames": {
Expand Down

0 comments on commit c87c862

Please sign in to comment.