Skip to content

Commit

Permalink
fix: Update vscode-extension-tester to 7.0.0 & minimum vscode version…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
testforstephen authored Jan 5, 2024
1 parent c7a4296 commit a7df430
Show file tree
Hide file tree
Showing 7 changed files with 953 additions and 322 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linuxUI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: Install Node.js modules
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windowsUI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: Install Node.js modules
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"args": [
"setup-and-run",
// If not set, will use the current version of vscode. Find a way not to hardcode this value.
"--code_version=1.77.0",
"--code_version=1.83.1",
"${workspaceFolder}/dist/test/ui/command.test.js",
],
// To debug the test code, you must set --mode=development inside the vscode:prepublish task. Find a better way to do this.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can tell that the glob pattern is supported. And here's more - you can incl

## Requirements

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


Expand Down
Loading

0 comments on commit a7df430

Please sign in to comment.