Skip to content

Commit 1d13811

Browse files
committed
Revise troubleshooting article
1 parent 8e4eb9a commit 1d13811

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

docs/codeql/codeql-for-visual-studio-code/troubleshooting-variant-analysis.rst

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,3 @@ If there are problems with the variant analysis run, you will see a warning bann
2828

2929
In this example, the user ran variant analysis on a custom list of two repositories. One of the repositories was a private repository and could not be analyzed because they had a public controller repository. Only the public repository was analyzed. To analyze both repositories, they need to edit their settings and update the controller repository to a private repository. For information on how to edit the controller repository, see ":ref:`Customizing settings <customizing-settings>`."
3030

31-
CodeQL extension error: Bundling pack failed
32-
--------------------------------------------
33-
34-
If the CodeQL extension fails to create the CodeQL pack, you will see an error message in the bottom right corner of Visual Studio Code. For example:
35-
36-
.. image:: ../images/codeql-for-visual-studio-code/variant-analysis-cli-error.png
37-
:width: 450
38-
:alt: Screenshot of a Visual Studio Code error shown in the bottom right corner of the application. The error message "Bundling pack failed" is visible. The "Show log" button is highlighted with a dark orange outline.
39-
40-
TODO: Ask James to check this is a reasonable example, or to create a better screenshot for this example.
41-
42-
The most likely cause of this type of error is that your current workspace does not contain the CodeQL workspace.
43-
44-
You can update your environment to fix this problem as follows.
45-
46-
#. Change the root of your workspace for Visual Studio Code to be the same as your CodeQL workspace.
47-
48-
TODO: Ask for more information about this step above.
49-
50-
#. Add an extra folder in your workspace (**File > Add Folder to Workspace**) for the suite-helpers: ``codeql/misc/suite-helpers``.
51-
52-
#. Using the terminal in Visual Studio Code, use the CodeQL CLI to download the ``codeql/suite-helpers`` pack: ``codeql pack download codeql/suite-helpers``.
53-

0 commit comments

Comments
 (0)