Skip to content

Commit

Permalink
feat: remove enableFiletypes
Browse files Browse the repository at this point in the history
This is related to: [enabledFileTypes "*": false does not function correctly](streetsidesoftware/vscode-spell-checker#3836 (comment))
  • Loading branch information
Jason3S committed Jan 8, 2025
1 parent 3c4a129 commit 8cd7732
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion dictionaries/ada/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"dictionaries": [
"ada"
],
"enableFiletypes": ["ada"],
"import": [
"./cspell-ext.json"
]
Expand Down
1 change: 0 additions & 1 deletion dictionaries/al/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
}
],
"dictionaries": [],
"enableFiletypes": ["al"],
"languageSettings": [
{
"languageId": "al",
Expand Down
1 change: 0 additions & 1 deletion dictionaries/dart/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
}
],
"dictionaries": [],
"enableFiletypes": ["dart"],
"languageSettings": [
{
"languageId": "dart",
Expand Down
1 change: 0 additions & 1 deletion dictionaries/elisp/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
"import": [
"./cspell-ext.json"
],
"enableFiletypes": ["elisp", "lisp"],
"overrides": [{ "filename": "**/*.{md,txt}", "dictionaries": ["elisp"]}]
}
1 change: 0 additions & 1 deletion dictionaries/flutter/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
}
],
"dictionaries": [],
"enableFiletypes": ["dart"],
"languageSettings": [
{
"languageId": "dart",
Expand Down
1 change: 0 additions & 1 deletion dictionaries/fsharp/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
}
],
"dictionaries": [],
"enableFiletypes": ["fsharp"],
"languageSettings": [
{
"languageId": "fsharp",
Expand Down
1 change: 0 additions & 1 deletion dictionaries/julia/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"description": "Julia Dictionary"
}
],
"enableFiletypes": ["julia"],
"languageSettings": [
{
"languageId": "julia",
Expand Down
3 changes: 1 addition & 2 deletions dictionaries/r/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
"locale": "*",
"dictionaries": ["r"]
}
],
"enableFiletypes": ["r"]
]
}
3 changes: 1 addition & 2 deletions dictionaries/sql/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@
"ignoreRegExpList": ["sql-hex-number", "sql-unicode-string-prefix"],
"dictionaryDefinitions": []
}
],
"enableFiletypes": ["sql"]
]
}
1 change: 0 additions & 1 deletion dictionaries/terraform/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@
"dictionaries": ["terraform"]
}
],
"enableFiletypes": ["terraform"],
"overrides": [{ "filename": "**/*.tf", "languageId": "terraform" }]
}

0 comments on commit 8cd7732

Please sign in to comment.