Skip to content

Commit 694d8f1

Browse files
authored
Merge pull request #18 from github/shati-patel/tour-fixes
Open databases view automatically during tour
2 parents 610a7e3 + ded33dc commit 694d8f1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.tours/codeql-tutorial.tour

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
{
2222
"title": "Extension",
23-
"description": "It's time to check out the extension! Click on the QL-Logo at the left to open the extension.\n\nYou can see the 'CodeQL Tutorial Database' is present in the 'Databases' panel and selected with a checkmark."
23+
"description": "It's time to check out the extension!\n\nIn the CodeQL view, you can see that the 'CodeQL Tutorial Database' is present in the 'Databases' panel and selected with a check mark.",
24+
"view": "codeQLDatabases"
2425
},
2526
{
2627
"file": "tutorial-queries/tutorial.ql",
@@ -99,7 +100,7 @@
99100
},
100101
{
101102
"file": "tutorial-queries/tutorial.ql",
102-
"description": "It's time to add your own database! \n\nGo to the extension and use one of the top bar buttons. When you use the GitHub logo for example you can enter the repository name of your favourite open source repository.\nAfter the download has finished the Database will be automatically selected.\n\nYou can only add a database if the repository has advanced security enabled.",
103+
"description": "It's time to add your own database! \n\nGo to the extension and use one of the top bar buttons. When you use the GitHub logo for example you can enter the repository name of your favorite open source repository.\nAfter the download has finished the Database will be automatically selected.",
103104
"selection": {
104105
"start": {
105106
"line": 7,
@@ -114,7 +115,8 @@
114115
},
115116
{
116117
"title": "CodeQL Pack",
117-
"description": "After adding a new Database we create a new CodeQL Pack for you. \n\nThis loads all dependencies needed for the language of the Database, so that you can start right away creating a query."
118+
"description": "After adding a new Database we create a new CodeQL Pack for you. \n\nThis loads all dependencies needed for the language of the Database, and creates an example query that you can run and modify. Open `example.ql` inside the 'codeql-custom-queries-*' folder to get started.",
119+
"view": "explorer"
118120
}
119121
]
120122
}

0 commit comments

Comments
 (0)