Skip to content

Commit 68da5e2

Browse files
committed
Fix some names + a spurious quotation mark
1 parent ac0fd93 commit 68da5e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/codeql/codeql-for-visual-studio-code/customizing-settings.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,18 @@ You can also edit the items shown in the Variant Analysis Repositories panel by
107107
108108
You can change the items shown in the panel or add new items by directly editing this file.
109109

110-
Configuring settings for downloading databases
110+
Configuring settings for adding databases
111111
------------------------------------------------
112112

113-
To automatically add database source folders to your workspace, you can check the **Database Download > Add Database Source to Workspace** setting.
113+
To automatically add database source folders to your workspace, you can enable the **Adding Databases > Add Database Source to Workspace** setting.
114114

115115
This setting is disabled by default. You may want to enable the setting if you regularly browse the source code of databases, for example to view the abstract syntax tree of the code. For more information, see ":ref:`Exploring the structure of your source code <exploring-the-structure-of-your-source-code>`."
116116

117117
.. pull-quote:: Note
118118

119119
If you are in a single-folder workspace, adding database source folders will cause the workspace to reload as a multi-root workspace. This may cause query history and database lists to be reset.
120120

121-
Before enabling this setting, we recommend that you save your workspace as a multi-root workspace. For more information, see ""`Multi-root Workspaces <https://code.visualstudio.com/docs/editor/multi-root-workspaces>`__" in the Visual Studio Code help.
121+
Before enabling this setting, we recommend that you save your workspace as a multi-root workspace. For more information, see "`Multi-root Workspaces <https://code.visualstudio.com/docs/editor/multi-root-workspaces>`__" in the Visual Studio Code help.
122122

123123
Configuring settings for testing queries locally
124124
------------------------------------------------

docs/codeql/codeql-for-visual-studio-code/exploring-the-structure-of-your-source-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Viewing the abstract syntax tree of a source file
2424
:width: 350
2525
:alt: Add database source to workspace
2626

27-
2. Navigate to a source file from a CodeQL database in the File Explorer.
27+
2. Navigate to a CodeQL database's source file in the File Explorer.
2828

2929
.. image:: ../images/codeql-for-visual-studio-code/open-source-file.png
3030
:width: 350

0 commit comments

Comments
 (0)