Skip to content

Commit 4385b31

Browse files
committed
Apply feedback from code review
1 parent b1dc609 commit 4385b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-for-visual-studio-code/analyzing-your-projects.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can generate a query template for a specific language from the queries panel
6767
:width: 350
6868
:alt: Screenshot of the queries panel. The "Create query" icon is outlined in dark orange.
6969

70-
#. In the Command Palette, select the target language for your query. Selecting a language will autogenerate a folder labeled "codeql-custom-queries-LANGUAGE", which will contain a query template labeled "example.ql".
70+
#. In the Command Palette, select the target language for your query. Selecting a language will autogenerate a directory labeled `codeql-custom-queries-<language>`, where `<language>` is the name of the selected language. That directory will contain a query template labeled `example.ql`.
7171
#. In the template, write your custom query, then save the file. Once your query is finished, you can run it from the queries panel.
7272

7373
Running a query

0 commit comments

Comments
 (0)