Skip to content

Commit 6fca790

Browse files
committed
Install tutorial pack dependencies in codespace prebuild
1 parent 0b5121f commit 6fca790

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.devcontainer/onCreateCommand.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@
44
gh extensions install github/gh-codeql
55
gh codeql version # first command starts the download of the CodeQL CLI
66
# 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
7-
gh codeql install-stub ~/.local/bin/
7+
gh codeql install-stub ~/.local/bin/
8+
9+
# Install the tutorial-queries pack
10+
cd tutorial-queries
11+
echo "Installing tutorial-queries pack"
12+
gh codeql pack install
13+
cd ..

0 commit comments

Comments
 (0)