Skip to content

Commit 127baea

Browse files
darkredaeisenberg
andauthored
Update README.md to clarify that vscode-codeql also installs 'Test Adapter Converter' and 'Test Explorer UI' (#1831)
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent b91e31c commit 127baea

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ To see what has changed in the last few versions of the extension, see the [Chan
2020

2121
This project will track new feature development in CodeQL and, whenever appropriate, bring that functionality to the Visual Studio Code experience.
2222

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.
26+
27+
- [Test Adapter Converter](https://marketplace.visualstudio.com/items?itemName=ms-vscode.test-adapter-converter)
28+
- [Test Explorer UI](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer)
29+
2330
## Contributing
2431

2532
This project welcomes contributions. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to build, install, and contribute.

extensions/ql-vscode/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ For information about other configurations, see the separate [CodeQL help](https
1616

1717
### Quick start: Installing and configuring the extension
1818

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+
2022
1. [Check access to the CodeQL CLI](#checking-access-to-the-codeql-cli).
2123
1. [Clone the CodeQL starter workspace](#cloning-the-codeql-starter-workspace).
2224

0 commit comments

Comments
 (0)