Skip to content

Commit a7df430

Browse files
fix: Update vscode-extension-tester to 7.0.0 & minimum vscode version to 1.83.1 (#810)
- Update vscode-extension-tester to 7.0.0 & minimum vscode version to 1.83.1. - Use node 16 to run ui test.
1 parent c7a4296 commit a7df430

File tree

7 files changed

+953
-322
lines changed

7 files changed

+953
-322
lines changed

.github/workflows/linuxUI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js environment
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: 14
32+
node-version: 16
3333

3434
- name: Install Node.js modules
3535
run: npm install

.github/workflows/windowsUI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js environment
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: 14
25+
node-version: 16
2626

2727
- name: Install Node.js modules
2828
run: npm install

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"args": [
115115
"setup-and-run",
116116
// If not set, will use the current version of vscode. Find a way not to hardcode this value.
117-
"--code_version=1.77.0",
117+
"--code_version=1.83.1",
118118
"${workspaceFolder}/dist/test/ui/command.test.js",
119119
],
120120
// To debug the test code, you must set --mode=development inside the vscode:prepublish task. Find a better way to do this.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can tell that the glob pattern is supported. And here's more - you can incl
5757

5858
## Requirements
5959

60-
- VS Code (version 1.77.0+)
60+
- VS Code (version 1.83.1+)
6161
- [Language Support for Java by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java)
6262

6363

0 commit comments

Comments
 (0)