From f6cfcafd235c320dfbc77828ec9e304e4f9984c8 Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Wed, 18 Dec 2024 16:29:58 -0800 Subject: [PATCH] =?UTF-8?q?[spell-check]=20Revert=20addition=20to=20`spell?= =?UTF-8?q?-check.grammars`=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …of the `"source comment"` value. A user can add it back in if they want spell-checking of code comments, but it's probably a bit too opinionated to be the default. --- packages/spell-check/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/spell-check/package.json b/packages/spell-check/package.json index 6d8d48193b..862fb9f1b4 100644 --- a/packages/spell-check/package.json +++ b/packages/spell-check/package.json @@ -30,7 +30,6 @@ "grammars": { "type": "array", "default": [ - "source comment", "source.asciidoc", "source.gfm", "text.git-commit",