We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3f341 commit a3caac6Copy full SHA for a3caac6
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to the extension will be documented in this file.
4
5
-## [1.11.0] - 2022-02-05
+## [1.11.0] - 2022-02-06
6
7
- Update dependencies.
8
- Fixed extension test.
src/test/runTest.ts
@@ -1,6 +1,6 @@
1
import * as path from "path";
-import { runTests } from "vscode-test";
+import { runTests } from "@vscode/test-electron";
async function main() {
try {
0 commit comments