From 724d9b4014c07fe980438146793887ea7248921c Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Mon, 10 Jan 2022 21:25:21 +0000 Subject: [PATCH] Ignore common technical words --- .vscode/settings.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 65b2c69ed827a..1435a353eb71a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,8 @@ "editor.defaultFormatter": "esbenp.prettier-vscode", "cSpell.words": [ "cfetch", + "clipboardy", + "cloudflared", "esbuild", "estree", "execa", @@ -9,7 +11,17 @@ "keyvalue", "middlewares", "Miniflare", + "outdir", "outfile", - "Positionals" - ] + "pgrep", + "PKCE", + "Positionals", + "undici", + "wasmvalue", + "weakmap", + "weakset", + "webassemblymemory", + "websockets" + ], + "cSpell.ignoreWords": ["yxxx"] }