Skip to content

Commit 24f9338

Browse files
fix: Update CSpell (main) (#4326)
1 parent 77407a0 commit 24f9338

File tree

2 files changed

+144
-0
lines changed

2 files changed

+144
-0
lines changed

package.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,10 @@
929929
"title": "Description of the Dictionary",
930930
"type": "string"
931931
},
932+
"ignoreForbiddenWords": {
933+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
934+
"type": "boolean"
935+
},
932936
"name": {
933937
"markdownDescription": "The reference name of the dictionary.\n\n\nExample: `My Words` or `custom`\n\n\nIf the name matches a pre-defined dictionary, it will override the pre-defined dictionary.\nIf you use: `typescript` it will replace the built-in TypeScript dictionary.",
934938
"pattern": "^(?=[^!*,;{}[\\]~\\n]+$)(?=(.*\\w)).+$",
@@ -984,6 +988,10 @@
984988
"markdownDescription": "Optional description of the contents / purpose of the dictionary.",
985989
"type": "string"
986990
},
991+
"ignoreForbiddenWords": {
992+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
993+
"type": "boolean"
994+
},
987995
"name": {
988996
"markdownDescription": "This is the name of a dictionary.\n\nName Format:\n- Must contain at least 1 number or letter.\n- Spaces are allowed.\n- Leading and trailing space will be removed.\n- Names ARE case-sensitive.\n- Must not contain `*`, `!`, `;`, `,`, `{`, `}`, `[`, `]`, `~`.",
989997
"type": "string"
@@ -1014,6 +1022,10 @@
10141022
"markdownDescription": "Optional description of the contents / purpose of the dictionary.",
10151023
"type": "string"
10161024
},
1025+
"ignoreForbiddenWords": {
1026+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
1027+
"type": "boolean"
1028+
},
10171029
"name": {
10181030
"markdownDescription": "This is the name of a dictionary.\n\nName Format:\n- Must contain at least 1 number or letter.\n- Spaces are allowed.\n- Leading and trailing space will be removed.\n- Names ARE case-sensitive.\n- Must not contain `*`, `!`, `;`, `,`, `{`, `}`, `[`, `]`, `~`.",
10191031
"type": "string"
@@ -1341,6 +1353,10 @@
13411353
"title": "Description of the Dictionary",
13421354
"type": "string"
13431355
},
1356+
"ignoreForbiddenWords": {
1357+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
1358+
"type": "boolean"
1359+
},
13441360
"name": {
13451361
"markdownDescription": "The reference name of the dictionary.\n\n\nExample: `My Words` or `custom`\n\n\nIf the name matches a pre-defined dictionary, it will override the pre-defined dictionary.\nIf you use: `typescript` it will replace the built-in TypeScript dictionary.",
13461362
"pattern": "^(?=[^!*,;{}[\\]~\\n]+$)(?=(.*\\w)).+$",
@@ -1396,6 +1412,10 @@
13961412
"markdownDescription": "Optional description of the contents / purpose of the dictionary.",
13971413
"type": "string"
13981414
},
1415+
"ignoreForbiddenWords": {
1416+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
1417+
"type": "boolean"
1418+
},
13991419
"name": {
14001420
"markdownDescription": "This is the name of a dictionary.\n\nName Format:\n- Must contain at least 1 number or letter.\n- Spaces are allowed.\n- Leading and trailing space will be removed.\n- Names ARE case-sensitive.\n- Must not contain `*`, `!`, `;`, `,`, `{`, `}`, `[`, `]`, `~`.",
14011421
"type": "string"
@@ -1426,6 +1446,10 @@
14261446
"markdownDescription": "Optional description of the contents / purpose of the dictionary.",
14271447
"type": "string"
14281448
},
1449+
"ignoreForbiddenWords": {
1450+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
1451+
"type": "boolean"
1452+
},
14291453
"name": {
14301454
"markdownDescription": "This is the name of a dictionary.\n\nName Format:\n- Must contain at least 1 number or letter.\n- Spaces are allowed.\n- Leading and trailing space will be removed.\n- Names ARE case-sensitive.\n- Must not contain `*`, `!`, `;`, `,`, `{`, `}`, `[`, `]`, `~`.",
14311455
"type": "string"
@@ -2288,6 +2312,10 @@
22882312
"title": "Description of the Dictionary",
22892313
"type": "string"
22902314
},
2315+
"ignoreForbiddenWords": {
2316+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
2317+
"type": "boolean"
2318+
},
22912319
"name": {
22922320
"markdownDescription": "The reference name of the dictionary.\n\n\nExample: `My Words` or `custom`\n\n\nIf the name matches a pre-defined dictionary, it will override the pre-defined dictionary.\nIf you use: `typescript` it will replace the built-in TypeScript dictionary.",
22932321
"title": "Name of Dictionary",
@@ -2375,6 +2403,10 @@
23752403
"title": "Description of the Dictionary",
23762404
"type": "string"
23772405
},
2406+
"ignoreForbiddenWords": {
2407+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
2408+
"type": "boolean"
2409+
},
23782410
"name": {
23792411
"markdownDescription": "The reference name of the dictionary.\n\n\nExample: `My Words` or `custom`\n\n\nIf the name matches a pre-defined dictionary, it will override the pre-defined dictionary.\nIf you use: `typescript` it will replace the built-in TypeScript dictionary.",
23802412
"pattern": "^(?=[^!*,;{}[\\]~\\n]+$)(?=(.*\\w)).+$",
@@ -2430,6 +2462,10 @@
24302462
"markdownDescription": "Optional description of the contents / purpose of the dictionary.",
24312463
"type": "string"
24322464
},
2465+
"ignoreForbiddenWords": {
2466+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
2467+
"type": "boolean"
2468+
},
24332469
"name": {
24342470
"markdownDescription": "This is the name of a dictionary.\n\nName Format:\n- Must contain at least 1 number or letter.\n- Spaces are allowed.\n- Leading and trailing space will be removed.\n- Names ARE case-sensitive.\n- Must not contain `*`, `!`, `;`, `,`, `{`, `}`, `[`, `]`, `~`.",
24352471
"type": "string"
@@ -2460,6 +2496,10 @@
24602496
"markdownDescription": "Optional description of the contents / purpose of the dictionary.",
24612497
"type": "string"
24622498
},
2499+
"ignoreForbiddenWords": {
2500+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
2501+
"type": "boolean"
2502+
},
24632503
"name": {
24642504
"markdownDescription": "This is the name of a dictionary.\n\nName Format:\n- Must contain at least 1 number or letter.\n- Spaces are allowed.\n- Leading and trailing space will be removed.\n- Names ARE case-sensitive.\n- Must not contain `*`, `!`, `;`, `,`, `{`, `}`, `[`, `]`, `~`.",
24652505
"type": "string"
@@ -2589,6 +2629,10 @@
25892629
"title": "Description of the Dictionary",
25902630
"type": "string"
25912631
},
2632+
"ignoreForbiddenWords": {
2633+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
2634+
"type": "boolean"
2635+
},
25922636
"name": {
25932637
"markdownDescription": "The reference name of the dictionary.\n\n\nExample: `My Words` or `custom`\n\n\nIf the name matches a pre-defined dictionary, it will override the pre-defined dictionary.\nIf you use: `typescript` it will replace the built-in TypeScript dictionary.",
25942638
"pattern": "^(?=[^!*,;{}[\\]~\\n]+$)(?=(.*\\w)).+$",
@@ -2644,6 +2688,10 @@
26442688
"markdownDescription": "Optional description of the contents / purpose of the dictionary.",
26452689
"type": "string"
26462690
},
2691+
"ignoreForbiddenWords": {
2692+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
2693+
"type": "boolean"
2694+
},
26472695
"name": {
26482696
"markdownDescription": "This is the name of a dictionary.\n\nName Format:\n- Must contain at least 1 number or letter.\n- Spaces are allowed.\n- Leading and trailing space will be removed.\n- Names ARE case-sensitive.\n- Must not contain `*`, `!`, `;`, `,`, `{`, `}`, `[`, `]`, `~`.",
26492697
"type": "string"
@@ -2674,6 +2722,10 @@
26742722
"markdownDescription": "Optional description of the contents / purpose of the dictionary.",
26752723
"type": "string"
26762724
},
2725+
"ignoreForbiddenWords": {
2726+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
2727+
"type": "boolean"
2728+
},
26772729
"name": {
26782730
"markdownDescription": "This is the name of a dictionary.\n\nName Format:\n- Must contain at least 1 number or letter.\n- Spaces are allowed.\n- Leading and trailing space will be removed.\n- Names ARE case-sensitive.\n- Must not contain `*`, `!`, `;`, `,`, `{`, `}`, `[`, `]`, `~`.",
26792731
"type": "string"
@@ -3378,6 +3430,10 @@
33783430
"title": "Description of the Dictionary",
33793431
"type": "string"
33803432
},
3433+
"ignoreForbiddenWords": {
3434+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
3435+
"type": "boolean"
3436+
},
33813437
"name": {
33823438
"markdownDescription": "The reference name of the dictionary.\n\n\nExample: `My Words` or `custom`\n\n\nIf the name matches a pre-defined dictionary, it will override the pre-defined dictionary.\nIf you use: `typescript` it will replace the built-in TypeScript dictionary.",
33833439
"pattern": "^(?=[^!*,;{}[\\]~\\n]+$)(?=(.*\\w)).+$",
@@ -3519,6 +3575,10 @@
35193575
"title": "Description of the Dictionary",
35203576
"type": "string"
35213577
},
3578+
"ignoreForbiddenWords": {
3579+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
3580+
"type": "boolean"
3581+
},
35223582
"name": {
35233583
"markdownDescription": "The reference name of the dictionary.\n\n\nExample: `My Words` or `custom`\n\n\nIf the name matches a pre-defined dictionary, it will override the pre-defined dictionary.\nIf you use: `typescript` it will replace the built-in TypeScript dictionary.",
35243584
"pattern": "^(?=[^!*,;{}[\\]~\\n]+$)(?=(.*\\w)).+$",
@@ -3660,6 +3720,10 @@
36603720
"title": "Description of the Dictionary",
36613721
"type": "string"
36623722
},
3723+
"ignoreForbiddenWords": {
3724+
"markdownDescription": "Some dictionaries may contain forbidden words to prevent compounding from generating\nwords that are not valid in the language. These are often\nwords that are used in other languages or might be generated through compounding.\nThis setting allows flagged words to be ignored when checking the dictionary.\nThe effect is similar to the word not being in the dictionary.",
3725+
"type": "boolean"
3726+
},
36633727
"name": {
36643728
"markdownDescription": "The reference name of the dictionary.\n\n\nExample: `My Words` or `custom`\n\n\nIf the name matches a pre-defined dictionary, it will override the pre-defined dictionary.\nIf you use: `typescript` it will replace the built-in TypeScript dictionary.",
36653729
"pattern": "^(?=[^!*,;{}[\\]~\\n]+$)(?=(.*\\w)).+$",

0 commit comments

Comments
 (0)