Skip to content

Commit 78a96cc

Browse files
ljunkieCopilot
andauthored
Update package.json
Co-authored-by: Copilot <[email protected]>
1 parent 3352872 commit 78a96cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@
16611661
},
16621662
"brightscript.format.specificTypeCaseOverride": {
16631663
"type": "object",
1664-
"description": "Allows overriding case at the individual type keyword level.\nExample {\"longinteger\": \"longInteger\"} would make longinteger use the value defined.",
1664+
"description": "Allows overriding case at the individual type keyword level. The value can be any string, and will be used as the literal replacement for the type keyword. Example: {\"longinteger\": \"longInteger\"} would make 'longinteger' always replaced with 'longInteger', regardless of case settings. This differs from 'typeCaseOverride', which only accepts case style values (\"lower\", \"upper\", \"title\", \"original\").",
16651665
"scope": "resource",
16661666
"additionalProperties": true
16671667
},

0 commit comments

Comments
 (0)