File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 88 "openFiles" : [" README.md" ]
99 }
1010 },
11+ "onCreateCommand" : " bash .devcontainer/onCreateCommand.sh" ,
1112 "postCreateCommand" : " bash .devcontainer/postCreateCommand.sh"
1213}
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # Assumes the gh CLI is present in the default Codespaces image.
4+ gh extensions install github/gh-codeql
5+ gh codeql version # first command starts the download
6+ gh codeql install-stub ~ /.local/bin/
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # Assumes the gh CLI is present in the default Codespaces image.
4- # gh extensions install github/gh-codeql
5- # gh codeql version # first command starts the download
6-
73# Copy the dbscheme into the tutorial library, so it matches the DB.
84cp .tours/codeql-tutorial-database/db-csv/csv.dbscheme tutorial-queries/
95cp .tours/codeql-tutorial-database/db-csv/csv.dbscheme.stats tutorial-queries/
You can’t perform that action at this time.
0 commit comments