From 5e09d6d02d8184bd510b67c24ae3532242b4c23c Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Fri, 24 Apr 2020 14:04:05 -0400 Subject: [PATCH] Tell GitHub to allow JSON files with comments --- .vscode/.gitattributes | 1 + .vscode/extensions.json | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .vscode/.gitattributes diff --git a/.vscode/.gitattributes b/.vscode/.gitattributes new file mode 100644 index 00000000000..5fc4d971ee6 --- /dev/null +++ b/.vscode/.gitattributes @@ -0,0 +1 @@ +*.json linguist-language=JSON-with-Comments diff --git a/.vscode/extensions.json b/.vscode/extensions.json index b9f2f6b6928..8465a7c2f86 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,12 +1,10 @@ { // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp - // List of extensions which should be recommended for users of this workspace. "recommendations": [ "github.vscode-codeql" ], // List of extensions recommended by VS Code that should not be recommended for users of this workspace. - "unwantedRecommendations": [ - ] + "unwantedRecommendations": [] } \ No newline at end of file