summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/src/test/runTest.ts2
-rw-r--r--package.json2
-rw-r--r--server/package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/client/src/test/runTest.ts b/client/src/test/runTest.ts
index aec71e3..19a7dd4 100644
--- a/client/src/test/runTest.ts
+++ b/client/src/test/runTest.ts
@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
import * as path from 'path';
-import { runTests } from 'vscode-test';
+import { runTests } from '@vscode/test-electron';
async function main() {
try {
diff --git a/package.json b/package.json
index b1b0df6..112b316 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "Code navigation, autocompletion, syntax checking, and linting for Perl",
"author": "bscan",
"license": "MIT",
- "version": "0.4.0",
+ "version": "0.4.1",
"icon": "images/camel_icon.png",
"repository": {
"type": "git",
diff --git a/server/package.json b/server/package.json
index ef7e4a8..b6fa417 100644
--- a/server/package.json
+++ b/server/package.json
@@ -1,7 +1,7 @@
{
"name": "perlnavigator-server",
"description": "Perl language server",
- "version": "0.4.0",
+ "version": "0.4.1",
"author": "bscan",
"license": "MIT",
"engines": {