Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# gh codeql version # first command starts the download

# Copy the dbscheme into the tutorial library, so it matches the DB.
cp codeql-tutorial-database/db-csv/csv.dbscheme tutorial-queries/
cp codeql-tutorial-database/db-csv/csv.dbscheme.stats tutorial-queries/
cp .tours/codeql-tutorial-database/db-csv/csv.dbscheme tutorial-queries/
cp .tours/codeql-tutorial-database/db-csv/csv.dbscheme.stats tutorial-queries/
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CodeQL metadata
codeql-tutorial-database/db-csv/default/cache/
.tours/codeql-tutorial-database/db-csv/default/cache/
.cache/
2 changes: 1 addition & 1 deletion .tours/codeql-tutorial.tour
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"title": "Set Up Extension"
},
{
"directory": "codeql-tutorial-database",
"directory": ".tours/codeql-tutorial-database",
"description": "To run a CodeQL query, we need to select a CodeQL database.\n\nWe have prepared a sample database for you to use in this tutorial.\nLook for the 'codeql-tutorial-database' directory highlighted in the Explorer view in your left sidebar.\n\nWe have selected this as your current database.",
"commands": [
"codeQL.setDefaultTourDatabase"
Expand Down