|
9 | 9 | }, |
10 | 10 | { |
11 | 11 | "directory": ".tours/codeql-tutorial-database", |
12 | | - "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. We have selected this as your current database.", |
| 12 | + "description": "To run a CodeQL query, we first need to select [a CodeQL database](https://codeql.github.com/docs/codeql-overview/about-codeql/#about-codeql-databases).\n\nWe've just added a sample one and set it as your current database.\n\nClick 'Next' to see the database.", |
13 | 13 | "commands": [ |
14 | 14 | "codeQL.setDefaultTourDatabase" |
15 | 15 | ], |
16 | 16 | "title": "Your first database" |
17 | 17 | }, |
18 | 18 | { |
19 | | - "title": "Extension", |
20 | | - "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 is selected with a check mark.", |
| 19 | + "title": "The CodeQL extension", |
| 20 | + "description": "We've now moved into the CodeQL extension!\n\nOn the left hand side, you can see the 'DATABASES' panel where the 'CodeQL Tutorial Database' is present and is selected with a check mark.", |
21 | 21 | "view": "codeQLDatabases" |
22 | 22 | }, |
23 | 23 | { |
24 | 24 | "file": "tutorial-queries/tutorial.ql", |
25 | | - "description": "Now let's look at a query.\n\nThis is a CodeQL query file. It has a `.ql` file extension.", |
| 25 | + "description": "Now let's look at [a CodeQL query](https://codeql.github.com/docs/writing-codeql-queries/codeql-queries/).\n\nThis is a query file. It has a `.ql` file extension.", |
26 | 26 | "line": 1, |
27 | 27 | "title": "Your first query" |
28 | 28 | }, |
|
34 | 34 | }, |
35 | 35 | { |
36 | 36 | "file": "tutorial-queries/tutorial.ql", |
37 | | - "description": "This is the query clause. It determines the output of the query. Click 'Next' to run the query!", |
| 37 | + "description": "This is the query clause.\n\nIt determines the output of the query. Click 'Next' to run the query!", |
38 | 38 | "selection": { |
39 | 39 | "start": { |
40 | 40 | "line": 7, |
|
49 | 49 | }, |
50 | 50 | { |
51 | 51 | "file": "tutorial-queries/tutorial.ql", |
52 | | - "description": "It is time to run your first query!\n\n We started the process in the background, the results will appear in a new 'CodeQL Query Results' tab shortly.", |
| 52 | + "description": "It is time to run your first query!\n\nWe started the process in the background, the results will appear in a new 'CodeQL Query Results' tab shortly.", |
53 | 53 | "selection": { |
54 | 54 | "start": { |
55 | 55 | "line": 7, |
|
78 | 78 | "character": 1 |
79 | 79 | } |
80 | 80 | }, |
81 | | - "title": "Query history", |
| 81 | + "title": "Query History", |
82 | 82 | "view": "codeQLQueryHistory" |
83 | 83 | }, |
84 | 84 | { |
|
114 | 114 | }, |
115 | 115 | { |
116 | 116 | "title": "CodeQL pack", |
117 | | - "description": "After adding a 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.", |
| 117 | + "description": "After adding a 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.\n\nOpen `example.ql` inside the 'codeql-custom-queries-*' folder to get started.", |
118 | 118 | "view": "explorer" |
119 | 119 | } |
120 | 120 | ] |
|
0 commit comments