Fix the name of the vscode extension recommendation

The name is case sensitive so it didn't work before.
This commit is contained in:
Alexander Eyers-Taylor
2020-10-01 14:40:45 +01:00
committed by GitHub
parent c027f3bd2b
commit 5ce0974eb2

View File

@@ -3,8 +3,8 @@
// 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": []
}
}