Skip to content

Commit 617ad19

Browse files
Apply suggestions from code review
Co-authored-by: Elena Tanasoiu <elenatanasoiu@github.com>
1 parent c90f5c0 commit 617ad19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/onCreateCommand.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
# Assumes the gh CLI is present in the default Codespaces image.
44
gh extensions install github/gh-codeql
5-
gh codeql version # first command starts the download
5+
gh codeql version # first command starts the download of the CodeQL CLI
6+
# Make codeql visible to VSCode by using https://github.com/github/gh-codeql#codeql-stub, since VS Code expects an executable called codeql instead of gh codeql
67
gh codeql install-stub ~/.local/bin/

0 commit comments

Comments
 (0)