Skip to content

Commit 754d82c

Browse files
authored
Merge pull request #4382 from github/alexet-patch-1
Fix the name of the vscode extension recommendation
2 parents 30ed6a0 + 5ce0974 commit 754d82c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 2 deletions
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)