From cf4e3f50f1f92fbd6a0a33ddb114bc60c1df5d16 Mon Sep 17 00:00:00 2001 From: metablaster <44481081+metablaster@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:32:13 +0100 Subject: [PATCH] update custom cspell settings --- .vscode/bookmarks.json | 11 +++-------- .vscode/settings.json | 32 ++++++++++++++++++++++++++++---- 2 files changed, 31 insertions(+), 12 deletions(-) diff --git a/.vscode/bookmarks.json b/.vscode/bookmarks.json index eec60d8b..e4d58bf2 100644 --- a/.vscode/bookmarks.json +++ b/.vscode/bookmarks.json @@ -14,22 +14,17 @@ "path": ".vscode/settings.json", "bookmarks": [ { - "line": 634, + "line": 834, "column": 1, "label": "" }, { - "line": 687, + "line": 887, "column": 1, "label": "" }, { - "line": 719, - "column": 1, - "label": "" - }, - { - "line": 985, + "line": 919, "column": 1, "label": "" } diff --git a/.vscode/settings.json b/.vscode/settings.json index 2acceaf0..1f3b4959 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -236,6 +236,13 @@ "scope": "user", "addWords": true }, + "dic.cryptography": { + "name": "cryptography", + "path": "~/dev/GitHub/devdict/Computer/cryptography.dic", + "description": "Dictionary of cryptographic terms", + "scope": "user", + "addWords": true + }, "dic.domains": { "name": "domains", "path": "~/dev/GitHub/devdict/Computer/domains.dic", @@ -299,6 +306,20 @@ "scope": "user", "addWords": false }, + "dic.english": { + "name": "english", + "path": "~/dev/GitHub/devdict/Language/english.dic", + "description": "Dictionary of English words including compound words", + "scope": "user", + "addWords": true + }, + "dic.legal": { + "name": "legal", + "path": "~/dev/GitHub/devdict/Language/legal.dic", + "description": "Dictionary of English legal words", + "scope": "user", + "addWords": true + }, "dic.linux-acronyms": { "name": "linux-acronyms", "path": "~/dev/GitHub/devdict/Linux/linux-acronyms.dic", @@ -399,6 +420,7 @@ "computer-software-names": true, "computer-software-parameters": true, "computer": true, + "cryptography": false, "domains": false, "filetypes": true, "cpp": false, @@ -407,13 +429,15 @@ "linuxdev": false, "powershell": true, "windowsdev": true, - "networking": true, - "nftables": false, - "protocols": true, + "english": false, + "legal": false, "linux-acronyms": false, "linux-software-names": false, "linux-software-parameters": false, "linux": false, + "networking": true, + "nftables": false, + "protocols": true, "storeapps": true, "windows-acronyms": true, "windows-software-names": true, @@ -971,7 +995,7 @@ "xml.format.preserveEmptyContent": false, "xml.format.preserveSpace": [], "xml.format.spaceBeforeEmptyCloseTag": true, - "xml.format.splitAttributes": false, + "xml.format.splitAttributes": "preserve", "xml.format.splitAttributesIndentSize": 2, "xml.format.xsiSchemaLocationSplit": "onPair", "xml.logs.client": false,