Skip to content

Commit 5ce0974

Browse files
authored
Fix the name of the vscode extension recommendation
The name is case sensitive so it didn't work before.
1 parent c027f3b commit 5ce0974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/extensions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
44
// List of extensions which should be recommended for users of this workspace.
55
"recommendations": [
6-
"github.vscode-codeql"
6+
"GitHub.vscode-codeql"
77
],
88
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
99
"unwantedRecommendations": []
10-
}
10+
}

0 commit comments

Comments
 (0)