Skip to content

Commit abdca74

Browse files
committed
Switch back minimal version to 1.100
to keep it compatible with latest OpenShift Dev Spaces. In theory, using Node 22 is not a problem Signed-off-by: Aurélien Pupier <[email protected]>
1 parent fbc8b77 commit abdca74

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ ubuntu-latest, macos-latest, windows-latest ]
19-
version: [ "1.101.2", max ] # [ "x.x.x" | latest | max ]
19+
version: [ "1.100.3", max ] # [ "x.x.x" | latest | max ]
2020
type: [ stable ] # [ stable | insider ]
2121
fail-fast: false
2222
timeout-minutes: 30

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All notable changes to the "vscode-debug-adapter-apache-camel" extension will be
44

55
## 1.10.0
66

7-
- Use Node 22 instead of Node 20, minimal version of VS Code is now 1.101
7+
- Use Node 22 instead of Node 20
8+
- Minimal version of VS Code is now 1.100
89
- Update default Camel version used for Camel JBang from 4.13.0 to 4.14.0
910

1011
## 1.9.0

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/camel-tooling/camel-dap-client-vscode/issues"
1717
},
1818
"engines": {
19-
"vscode": "^1.101.0"
19+
"vscode": "^1.100.0"
2020
},
2121
"categories": [
2222
"Debuggers"
@@ -345,7 +345,7 @@
345345
"@types/glob": "^8.1.0",
346346
"@types/mocha": "^10.0.10",
347347
"@types/node": "^14.18.63",
348-
"@types/vscode": "^1.101.0",
348+
"@types/vscode": "^1.100.0",
349349
"@typescript-eslint/eslint-plugin": "^8.43.0",
350350
"@vscode/test-electron": "^2.3.9",
351351
"async-wait-until": "^2.0.30",

0 commit comments

Comments
 (0)