Skip to content

Commit 12f264c

Browse files
authored
Merge pull request github#3354 from dbartol/dbartol/Recommendation
Recommend the CodeQL for VSCode extension
2 parents 04b5a79 + 5e09d6d commit 12f264c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3+
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4+
// List of extensions which should be recommended for users of this workspace.
5+
"recommendations": [
6+
"github.vscode-codeql"
7+
],
8+
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
9+
"unwantedRecommendations": []
10+
}

0 commit comments

Comments
 (0)