Currently, this extension uses the UI test explorer as a ui for testing. However, this extension has recently become deprecated due to the release of native APIs for testing.
We should migrate to this new API. It will simplify our development since this extension would no longer have any dependencies on a third party extension.
Here is a migration guide.
Note that when we change this, we can also change the devcontainer files on the vscode-codeql starter repo to avoid installing the test UI extension by default.
Currently, this extension uses the UI test explorer as a ui for testing. However, this extension has recently become deprecated due to the release of native APIs for testing.
We should migrate to this new API. It will simplify our development since this extension would no longer have any dependencies on a third party extension.
Here is a migration guide.
Note that when we change this, we can also change the devcontainer files on the vscode-codeql starter repo to avoid installing the test UI extension by default.