Skip to content

Commit a041a50

Browse files
felicitymaysubatoi
andcommitted
Apply suggestions from code review
Co-authored-by: Ben Ahmady <[email protected]>
1 parent 2ede709 commit a041a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/codeql/codeql-for-visual-studio-code/using-the-codeql-model-editor.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Displaying the CodeQL model editor
2828
#. Open your CodeQL workspace in VS Code, for example, the ``vscode-codeql-starter`` workspace.
2929
If you haven't updated the ``ql`` submodule for a while, update it from ``main`` to ensure that you have the queries used to gather data for the model editor.
3030
#. Open the CodeQL extension and select the CodeQL database that you want to model from the "Databases" section of the left side pane.
31-
#. In the left side panel, expand the "CodeQL method modeling" section and click **Start modeling** to display the model editor. Alternatively, use the command palette to run the “CodeQL: Open Model Editor (Beta)” command
31+
#. In the left side panel, expand the "CodeQL method modeling" section and click **Start modeling** to display the model editor. Alternatively, use the command palette to run the “CodeQL: Open Model Editor (Beta)” command.
3232
#. The CodeQL model editor runs a series of telemetry queries to identify APIs in the code and the editor is displayed in a new tab.
3333
#. When the telemetry queries are complete, the APIs that have been identified are shown in the editor.
3434

@@ -66,7 +66,7 @@ You typically use this approach when you are looking at a specific codebase wher
6666
:width: 800
6767
:alt: Screenshot of the "CodeQL methods usage" view. The currently displayed call to an external method is highlighted blue.
6868

69-
#. When you have determined how to model your use of the method, you can define the **Model type** in the "CodeQL method modeling" tab of the CodeQL extension and this change is automatically reflected in the main model editor.
69+
#. When you have determined how to model your use of the method, you can define the **Model type** in the "CodeQL method modeling" tab of the CodeQL extension. This change is automatically reflected in the main model editor.
7070
#. The remaining fields are updated with available options:
7171

7272
- **Source**: choose the **Output** element to model.

0 commit comments

Comments
 (0)