|
8 | 8 | "commands": [ |
9 | 9 | "codeQL.checkForUpdatesToCLI" |
10 | 10 | ], |
11 | | - "title": "Set Up Extension" |
| 11 | + "title": "Set up extension" |
12 | 12 | }, |
13 | 13 | { |
14 | 14 | "directory": ".tours/codeql-tutorial-database", |
15 | 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 | 16 | "commands": [ |
17 | 17 | "codeQL.setDefaultTourDatabase" |
18 | 18 | ], |
19 | | - "title": "Your first Database" |
| 19 | + "title": "Your first database" |
20 | 20 | }, |
21 | 21 | { |
22 | 22 | "title": "Extension", |
|
27 | 27 | "file": "tutorial-queries/tutorial.ql", |
28 | 28 | "description": "This is a CodeQL query file.", |
29 | 29 | "line": 1, |
30 | | - "title": "Your first Query" |
| 30 | + "title": "Your first query" |
31 | 31 | }, |
32 | 32 | { |
33 | 33 | "file": "tutorial-queries/tutorial.ql", |
|
37 | 37 | }, |
38 | 38 | { |
39 | 39 | "file": "tutorial-queries/tutorial.ql", |
40 | | - "description": "This is the query clause. It determines the output of the query. Click 'Next' to run the Query!", |
| 40 | + "description": "This is the query clause. It determines the output of the query. Click 'Next' to run the query!", |
41 | 41 | "selection": { |
42 | 42 | "start": { |
43 | 43 | "line": 7, |
|
63 | 63 | "character": 1 |
64 | 64 | } |
65 | 65 | }, |
66 | | - "title": "Run Query", |
| 66 | + "title": "Run query", |
67 | 67 | "commands": [ |
68 | 68 | "codeQL.runQuery" |
69 | 69 | ] |
|
81 | 81 | "character": 1 |
82 | 82 | } |
83 | 83 | }, |
84 | | - "title": "Query History" |
| 84 | + "title": "Query history" |
85 | 85 | }, |
86 | 86 | { |
87 | 87 | "file": "tutorial-queries/tutorial.ql", |
|
96 | 96 | "character": 1 |
97 | 97 | } |
98 | 98 | }, |
99 | | - "title": "Run Query yourself" |
| 99 | + "title": "Run query yourself" |
100 | 100 | }, |
101 | 101 | { |
102 | 102 | "file": "tutorial-queries/tutorial.ql", |
|
111 | 111 | "character": 1 |
112 | 112 | } |
113 | 113 | }, |
114 | | - "title": "Add your own Database" |
| 114 | + "title": "Add your own database" |
115 | 115 | }, |
116 | 116 | { |
117 | | - "title": "CodeQL Pack", |
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.", |
| 117 | + "title": "CodeQL pack", |
| 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 | 119 | "view": "explorer" |
120 | 120 | } |
121 | 121 | ] |
|
0 commit comments