Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update CSpell (main) #3923

Merged
merged 1 commit into from
Dec 15, 2024
Merged

fix: Update CSpell (main) #3923

merged 1 commit into from
Dec 15, 2024

Conversation

street-side-software-automation[bot]
Copy link
Contributor

Update ALL Dependencies

Selected Diffs

diff --git a/package.json b/package.json
index ffec3cd..e1041e6 100644
--- a/package.json
+++ b/package.json
@@ -781,6 +781,11 @@
         "markdownDescription": "Settings related to CSpell Command Line Tool.",
         "order": 5,
         "properties": {
+          "cSpell.ignoreRandomStrings": {
+            "default": true,
+            "markdownDescription": "Ignore sequences of characters that look like random strings.",
+            "type": "boolean"
+          },
           "cSpell.ignoreRegExpList": {
             "items": {
               "type": "string"
@@ -797,6 +802,11 @@
             "scope": "resource",
             "type": "array"
           },
+          "cSpell.minRandomLength": {
+            "default": 40,
+            "markdownDescription": "The minimum length of a random string to be ignored.",
+            "type": "number"
+          },
           "cSpell.overrides": {
             "items": {
               "additionalProperties": false,
@@ -1091,6 +1101,11 @@
                   "markdownDescription": "Optional identifier.",
                   "type": "string"
                 },
+                "ignoreRandomStrings": {
+                  "default": true,
+                  "markdownDescription": "Ignore sequences of characters that look like random strings.",
+                  "type": "boolean"
+                },
                 "ignoreRegExpList": {
                   "items": {
                     "anyOf": [
@@ -1711,6 +1726,11 @@
                   "markdownDescription": "The maximum number of problems to report in a file.",
                   "type": "number"
                 },
+                "minRandomLength": {
+                  "default": 40,
+                  "markdownDescription": "The minimum length of a random string to be ignored.",
+                  "type": "number"
+                },
                 "minWordLength": {
                   "default": 4,
                   "markdownDescription": "The minimum length of a word before checking it against a dictionary.",

Summary

 package.json                                      | 20 +++++++++++++++++++
 packages/_server/spell-checker-config.schema.json | 24 +++++++++++++++++++++++
 2 files changed, 44 insertions(+)

@Jason3S Jason3S merged commit 4c1649a into main Dec 15, 2024
16 checks passed
@Jason3S Jason3S deleted the update-cspell-main branch December 15, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant