You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .devcontainer/onCreateCommand.sh
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,6 @@
2
2
3
3
# Assumes the gh CLI is present in the default Codespaces image.
4
4
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
0 commit comments