Skip to content

Commit 3dbfe8f

Browse files
Jason3Sgithub-actions[bot]
authored andcommitted
ci: Update CSpell
1 parent dd8d075 commit 3dbfe8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2316,7 +2316,7 @@
23162316
"order": 1,
23172317
"properties": {
23182318
"cSpell.caseSensitive": {
2319-
"markdownDescription": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word.\n Incorrect accents or partially missing accents will be marked as incorrect.\n Note: Some languages like Portuguese have case sensitivity turned on by default.\n You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
2319+
"markdownDescription": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word.\n Incorrect accents or partially missing accents will be marked as incorrect.\n **Note:** Some languages like Portuguese have case sensitivity turned on by default.\n You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
23202320
"scope": "resource",
23212321
"type": "boolean"
23222322
},

packages/_server/spell-checker-config.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,8 +1779,8 @@
17791779
"order": 1,
17801780
"properties": {
17811781
"cSpell.caseSensitive": {
1782-
"description": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word. Incorrect accents or partially missing accents will be marked as incorrect. Note: Some languages like Portuguese have case sensitivity turned on by default. You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
1783-
"markdownDescription": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word.\n Incorrect accents or partially missing accents will be marked as incorrect.\n Note: Some languages like Portuguese have case sensitivity turned on by default.\n You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
1782+
"description": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word. Incorrect accents or partially missing accents will be marked as incorrect. **Note:** Some languages like Portuguese have case sensitivity turned on by default. You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
1783+
"markdownDescription": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word.\n Incorrect accents or partially missing accents will be marked as incorrect.\n **Note:** Some languages like Portuguese have case sensitivity turned on by default.\n You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
17841784
"scope": "resource",
17851785
"type": "boolean"
17861786
},

0 commit comments

Comments
 (0)