Skip to content

Commit 5e09d6d

Browse files
author
Dave Bartolomeo
committed
Tell GitHub to allow JSON files with comments
1 parent 5180b44 commit 5e09d6d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.vscode/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.json linguist-language=JSON-with-Comments

.vscode/extensions.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
33
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4-
54
// List of extensions which should be recommended for users of this workspace.
65
"recommendations": [
76
"github.vscode-codeql"
87
],
98
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
10-
"unwantedRecommendations": [
11-
]
9+
"unwantedRecommendations": []
1210
}

0 commit comments

Comments
 (0)