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: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,6 @@ To see what has changed in the last few versions of the extension, see the [Chan
21
21
22
22
This project will track new feature development in CodeQL and, whenever appropriate, bring that functionality to the Visual Studio Code experience.
23
23
24
-
## Dependencies
25
-
26
-
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/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
## [UNRELEASED]
4
4
5
5
- If you run a query without having selected a database, we show a more intuitive prompt to help you select a database. [#3214](https://github.com/github/vscode-codeql/pull/3214)
6
+
- The UI for browsing and running CodeQL tests has moved to use VS Code's built-in test UI. This makes the CodeQL test UI more consistent with the test UIs for other languages.
7
+
This change means that this extension no longer depends on the "Test Explorer UI" and "Test Adapter Converter" extensions. You can uninstall those two extensions if they are
8
+
not being used by any other extensions you may have installed.
Copy file name to clipboardExpand all lines: extensions/ql-vscode/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@ For information about other configurations, see the separate [CodeQL help](https
17
17
### Quick start: Installing and configuring the extension
18
18
19
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
-
22
20
1.[Check access to the CodeQL CLI](#checking-access-to-the-codeql-cli).
23
21
1.[Clone the CodeQL starter workspace](#cloning-the-codeql-starter-workspace).
0 commit comments