mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Fix the name of the vscode extension recommendation
The name is case sensitive so it didn't work before.
This commit is contained in:
committed by
GitHub
parent
c027f3bd2b
commit
5ce0974eb2
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
@@ -3,7 +3,7 @@
|
||||
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
||||
// List of extensions which should be recommended for users of this workspace.
|
||||
"recommendations": [
|
||||
"github.vscode-codeql"
|
||||
"GitHub.vscode-codeql"
|
||||
],
|
||||
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
||||
"unwantedRecommendations": []
|
||||
|
||||
Reference in New Issue
Block a user