From e59cf17b4fe3a498494d56a795d05c7ab89e6b3f Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Mon, 10 Jan 2022 21:25:21 +0000 Subject: [PATCH] Add common words to the cSpell config to prevent unwanted warnings --- .changeset/old-walls-smoke.md | 5 +++++ .vscode/settings.json | 16 ++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 .changeset/old-walls-smoke.md diff --git a/.changeset/old-walls-smoke.md b/.changeset/old-walls-smoke.md new file mode 100644 index 000000000000..640d9786d532 --- /dev/null +++ b/.changeset/old-walls-smoke.md @@ -0,0 +1,5 @@ +--- +"wrangler": patch +--- + +Add common words to the cSpell config to prevent unwanted warnings diff --git a/.vscode/settings.json b/.vscode/settings.json index 65b2c69ed827..1435a353eb71 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"] }