Skip to content

Commit a3caac6

Browse files
committed
fixes
1 parent 5c3f341 commit a3caac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the extension will be documented in this file.
44

5-
## [1.11.0] - 2022-02-05
5+
## [1.11.0] - 2022-02-06
66

77
- Update dependencies.
88
- Fixed extension test.

src/test/runTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as path from "path";
22

3-
import { runTests } from "vscode-test";
3+
import { runTests } from "@vscode/test-electron";
44

55
async function main() {
66
try {

0 commit comments

Comments
 (0)