From 0b8773ed7686a23db4b88fdaa74dd5d084d0ef35 Mon Sep 17 00:00:00 2001 From: "Feng.YJ" <32027253+huiyifyj@users.noreply.github.com> Date: Tue, 13 May 2025 03:07:02 +0800 Subject: [PATCH] chore: flag vscode JSON files as jsonc (#19515) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index bc089ec2f3..a06cb7dcd2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -52,3 +52,5 @@ test/js/node/test/fixtures linguist-vendored test/js/node/test/common linguist-vendored test/js/bun/css/files linguist-vendored + +.vscode/*.json linguist-language=JSON-with-Comments