Skip to content

Commit

Permalink
spellcheck and remove un-needed dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
metablaster committed May 1, 2024
1 parent 54a7065 commit 94aab99
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 210 deletions.
8 changes: 4 additions & 4 deletions .vscode/bookmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"path": ".vscode/settings.json",
"bookmarks": [
{
"line": 682,
"line": 626,
"column": 1,
"label": ""
},
{
"line": 735,
"line": 679,
"column": 1,
"label": ""
},
{
"line": 767,
"line": 711,
"column": 1,
"label": ""
},
{
"line": 1033,
"line": 977,
"column": 1,
"label": ""
}
Expand Down
32 changes: 9 additions & 23 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,34 +70,20 @@
"autoconfiguration",
"Behaviour",
"bigendianutf",
"Bugfixes",
"Cloneable",
"CONTOSO",
"devdict",
"displayname",
"dmcertinst",
"endregion",
"Getstarted",
"globbing",
"FilterRTID",
"informations",
"launchable",
"Mitigations",
"nonlocal",
"Recertification",
"Recurse",
"LayerRTID",
"redirector",
"socio",
"uncheck",
"Undock",
"Unencrypted",
"unfound",
"ungrouped",
"uninstallation",
"unnecesarry",
"Unprotect",
"Unregistering",
"untracked",
"Untrusted",
"Uploader"
"IPTLSIn",
"IPTLSOut",
"CheckOpenParen",
"PSSA",
"PssaTest",
"whitespaceBeforeOpenParen"
],
"flagWords": [
// Defined in Config\cSpell\foul\foul.dic
Expand Down
102 changes: 23 additions & 79 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,13 @@
"scope": "user",
"addWords": true
},
"dic.domains": {
"name": "domains",
"path": "~/dev/GitHub/devdict/Computer/domains.dic",
"description": "Dictionary of web domains",
"scope": "user",
"addWords": true
},
"dic.filetypes": {
"name": "filetypes",
"path": "~/dev/GitHub/devdict/Computer/filetypes.dic",
Expand Down Expand Up @@ -334,6 +341,13 @@
"scope": "user",
"addWords": true
},
"dic.storeapps": {
"name": "storeapps",
"path": "~/dev/GitHub/devdict/Windows/storeapps.dic",
"description": "Dictionary of Microsoft store app identifiers",
"scope": "user",
"addWords": true
},
"dic.windows-acronyms": {
"name": "windows-acronyms",
"path": "~/dev/GitHub/devdict/Windows/windows-acronyms.dic",
Expand Down Expand Up @@ -363,76 +377,13 @@
"addWords": true
},
// Workspace scope dictionaries
"dic.commands": {
"description": "Spellcheck words related to command line commands and arguments",
"name": "commands",
"path": "${workspaceRoot}/Config/cSpell/commands.dic",
"scope": "workspace",
"addWords": true
},
"dic.computer2": {
"description": "Spellcheck words related to computer, system components and files",
"name": "computer2",
"path": "${workspaceRoot}/Config/cSpell/computer2.dic",
"scope": "workspace",
"addWords": true
},
"dic.development2": {
"description": "Spellcheck words related to language keywords, files and programing terms",
"name": "development2",
"path": "${workspaceRoot}/Config/cSpell/development2.dic",
"scope": "workspace",
"addWords": true
},
"dic.firewall2": {
"description": "Spellcheck words related to networking, firewall and WFP terms",
"name": "firewall2",
"path": "${workspaceRoot}/Config/cSpell/firewall2.dic",
"scope": "workspace",
"addWords": true
},
"dic.identifiers": {
"description": "Spellcheck words for Windows store apps and VSCode extension identifiers",
"name": "identifiers",
"path": "${workspaceRoot}/Config/cSpell/identifiers.dic",
"scope": "workspace",
"addWords": true
},
"dic.names": {
"description": "Spellcheck words related to names of repositories, websites and people",
"name": "names",
"path": "${workspaceRoot}/Config/cSpell/names.dic",
"scope": "workspace",
"addWords": true
},
"dic.programs": {
"description": "Spellcheck words identifying executables, apps, services and drivers",
"name": "programs",
"path": "${workspaceRoot}/Config/cSpell/programs.dic",
"scope": "workspace",
"addWords": true
},
"dic.project": {
"description": "Spellcheck words specific to this repository such as setting names",
"name": "project",
"path": "${workspaceRoot}/Config/cSpell/project.dic",
"scope": "workspace",
"addWords": true
},
"dic.test": {
"description": "Spellcheck words used in unit tests in this repository, intentionally bad words",
"name": "test",
"path": "${workspaceRoot}/Config/cSpell/test.dic",
"scope": "workspace",
"addWords": true
},
"dic.unsorted": {
"description": "Specific words used in this project which don't fit into any other category",
"name": "unsorted",
"path": "${workspaceRoot}/Config/cSpell/unsorted.dic",
"scope": "workspace",
"addWords": true
},
// Enable\disable specific devdict dictionaries:
// Read-only
"foul": true,
Expand All @@ -441,34 +392,27 @@
"computer-software-names": true,
"computer-software-parameters": true,
"computer": true,
"domains": false,
"filetypes": true,
"cpp": true,
"cpp": false,
"development": true,
"extensions": true,
"powershell": true,
"windowsdev": true,
"networking": true,
"nftables": true,
"nftables": false,
"protocols": true,
"linux-acronyms": true,
"linux-software-names": true,
"linux-software-parameters": true,
"linux": true,
"linux-acronyms": false,
"linux-software-names": false,
"linux-software-parameters": false,
"linux": false,
"storeapps": true,
"windows-acronyms": true,
"windows-software-names": true,
"windows-software-parameters": true,
"windows": true,
// Enable\disable specific workspace dictionaries:
"commands": true,
"computer2": true,
"development2": true,
"firewall2": true,
"identifiers": true,
"names": true,
"programs": true,
"project": true,
"test": true,
"unsorted": true
"names": true
},
// TODO: see if desired
"cSpell.diagnosticLevel": "Information",
Expand Down
1 change: 0 additions & 1 deletion Config/cSpell/commands.dic

This file was deleted.

4 changes: 0 additions & 4 deletions Config/cSpell/computer2.dic

This file was deleted.

14 changes: 0 additions & 14 deletions Config/cSpell/development2.dic

This file was deleted.

16 changes: 0 additions & 16 deletions Config/cSpell/firewall2.dic

This file was deleted.

31 changes: 0 additions & 31 deletions Config/cSpell/identifiers.dic

This file was deleted.

3 changes: 0 additions & 3 deletions Config/cSpell/names.dic
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ Anatoliy
ankatopo
cicirello
cisa
CONTOSO
ghacks
Gruzd
HLTV
imgur
Klement
Kraus
Expand All @@ -25,4 +23,3 @@ Realtek
Schneier
Scholtes
Sunato
Sysinternals
17 changes: 0 additions & 17 deletions Config/cSpell/programs.dic

This file was deleted.

7 changes: 0 additions & 7 deletions Config/cSpell/project.dic

This file was deleted.

7 changes: 0 additions & 7 deletions Config/cSpell/test.dic

This file was deleted.

4 changes: 0 additions & 4 deletions Config/cSpell/unsorted.dic

This file was deleted.

0 comments on commit 94aab99

Please sign in to comment.