From 587e6d2dede880fda71fcb84de53e54e6eb897dc Mon Sep 17 00:00:00 2001 From: Tillmann Rendel Date: Tue, 1 Feb 2022 23:33:24 +0100 Subject: [PATCH] Move back to .vscode folder --- .gitattributes => .vscode/.gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .gitattributes => .vscode/.gitattributes (58%) diff --git a/.gitattributes b/.vscode/.gitattributes similarity index 58% rename from .gitattributes rename to .vscode/.gitattributes index 73153b0d3..c050fbbf3 100644 --- a/.gitattributes +++ b/.vscode/.gitattributes @@ -1,2 +1,2 @@ # Configure GitHub to not mark comments in configuration files as errors -.vscode/*.json linguist-language=JSON-with-Comments +*.json linguist-language=jsonc