Skip to content

Commit a49db58

Browse files
committed
Change tour to suggest using new Create Query command
We're now generating a query pack through the CodeQL: Create Query command. [1] We should change the tour to suggest you use this new command to generate a query + skeleton pack. [1]: github/code-scanning#9358
1 parent d47dba4 commit a49db58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tours/codeql-tutorial.tour

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
},
108108
{
109109
"file": "tutorial-queries/tutorial.ql",
110-
"description": "It's time to add your own database and analyze some real code!\n\nHover over the 'Databases' title bar and click 'Download Database from GitHub'. Enter the repository name of your favorite open source repository.\nAfter the download has finished, the database will be automatically selected.",
110+
"description": "It's time to add your own database and analyze some real code!\n\nBring up the command pallete (Cmd/Ctrl + P) and type '> CodeQL: Create Query'. Choose the language of your favorite open source repository.\nAfterwards, you will be asked to provide the name of your repo so we can download the CodeQL database for it. You can either type your preferred repo or go with the suggestion we've provided. When the download has finished, the database will be automatically selected.",
111111
"selection": {
112112
"start": {
113113
"line": 7,

0 commit comments

Comments
 (0)