Skip to content

Commit 6ce3aac

Browse files
authored
Merge pull request #12660 from moshekaplan/patch-1
Correct menu title name of "Open Workspace"
2 parents 2d9470d + 6d7f6ff commit 6ce3aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-for-visual-studio-code/setting-up-codeql-in-visual-studio-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To use the starter workspace:
7474
* Make sure you include the submodules, either by using ``git clone --recursive``, or using by ``git submodule update --init --remote`` after cloning.
7575
* Use ``git submodule update --remote`` regularly to keep the submodules up to date.
7676

77-
#. In VS Code, use the **File** > **Open Workspace** option to open the ``vscode-codeql-starter.code-workspace`` file from your checkout of the workspace repository.
77+
#. In VS Code, use the **File** > **Open Workspace from File** option to open the ``vscode-codeql-starter.code-workspace`` file from your checkout of the workspace repository.
7878

7979
Remember to update the ``ql`` submodule in the starter workspace periodically to ensure that it remains compatible with newer versions of the VS Code extension and the CodeQL CLI.
8080

0 commit comments

Comments
 (0)