Tell GitHub to allow JSON files with comments

This commit is contained in:
Dave Bartolomeo
2020-04-24 14:04:05 -04:00
parent 5180b44e1e
commit 5e09d6d02d
2 changed files with 2 additions and 3 deletions

1
.vscode/.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
*.json linguist-language=JSON-with-Comments

View File

@@ -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": []
}