Skip to content

Commit

Permalink
feat(schema): change scope of codeLens configs (#4980)
Browse files Browse the repository at this point in the history
change to `language-overridable`

Closes #4978
  • Loading branch information
fannheyward authored Apr 12, 2024
1 parent 694401d commit 2f0a49c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -816,20 +816,20 @@
},
"codeLens.position": {
"type": "string",
"scope": "resource",
"scope": "language-overridable",
"enum": ["top", "eol", "right_align"],
"description": "Position of codeLens, requires nvim >= 0.6.0",
"default": "top"
},
"codeLens.separator": {
"type": "string",
"scope": "resource",
"scope": "language-overridable",
"description": "Separator text for codeLens in virtual text",
"default": ""
},
"codeLens.subseparator": {
"type": "string",
"scope": "resource",
"scope": "language-overridable",
"description": "Subseparator between codeLenses in virtual text",
"default": " | "
},
Expand Down

0 comments on commit 2f0a49c

Please sign in to comment.