You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,13 @@ To see what has changed in the last few versions of the extension, see the [Chan
20
20
21
21
This project will track new feature development in CodeQL and, whenever appropriate, bring that functionality to the Visual Studio Code experience.
22
22
23
+
## Dependencies
24
+
25
+
This extension depends on the following two extensions for required functionality. They will be installed automatically when you install VS Code CodeQL.
Copy file name to clipboardExpand all lines: extensions/ql-vscode/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ For information about other configurations, see the separate [CodeQL help](https
16
16
17
17
### Quick start: Installing and configuring the extension
18
18
19
-
1.[Install the extension](#installing-the-extension).
19
+
1.[Install the extension](#installing-the-extension).
20
+
*Note: vscode-codeql installs the following dependencies for required functionality: [Test Adapter Converter](https://marketplace.visualstudio.com/items?itemName=ms-vscode.test-adapter-converter), [Test Explorer UI](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer).*
21
+
20
22
1.[Check access to the CodeQL CLI](#checking-access-to-the-codeql-cli).
21
23
1.[Clone the CodeQL starter workspace](#cloning-the-codeql-starter-workspace).
0 commit comments