Skip to content

Commit

Permalink
feat: add description to additionalFileMapping
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Oct 23, 2022
1 parent c796425 commit 934bbfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,9 @@
"description": "Spacer between the number and the unit."
},
"vscord.behaviour.additionalFileMapping": {
"type": "object"
"type": "object",
"default": {},
"description": "Additional regex/string to check for file language, Key is regex / string and Value is the language name."
},
"vscord.behaviour.suppressNotifications": {
"type": "boolean",
Expand Down

0 comments on commit 934bbfe

Please sign in to comment.