From 510b49e1da0f485c5e3836c000787cea1d68a99c Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Wed, 20 Oct 2021 19:15:13 +0200 Subject: [PATCH] New snippets file has language mode of "JSON" rather than "JSON with comments". Fixes #120190. Fixes #119538 --- extensions/configuration-editing/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/configuration-editing/package.json b/extensions/configuration-editing/package.json index 096e3014ae1..aabe3c00212 100644 --- a/extensions/configuration-editing/package.json +++ b/extensions/configuration-editing/package.json @@ -51,7 +51,8 @@ ".devcontainer.json" ], "filenamePatterns": [ - "**/.devcontainer/devcontainer.json" + "**/.devcontainer/devcontainer.json", + "**/User/snippets/*.json" ] } ],