Skip to content

Commit 87133a9

Browse files
Set current database automatically
Co-authored-by: Shati Patel <shati-patel@github.com>
1 parent ecef0d6 commit 87133a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.tours/codeql-tutorial.tour

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
{
1414
"directory": "codeql-tutorial-database",
15-
"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\nTo select this as your current database, right-click on the directory, and click `CodeQL: Set Current Database`. Click `Next` when you have done that."
15+
"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.",
16+
"commands": ["codeQL.setDefaultTourDatabase"]
1617
},
1718
{
1819
"file": "tutorial-queries/tutorial.ql",

0 commit comments

Comments
 (0)