Skip to content

Commit 6b8b909

Browse files
authored
feat: add support for VS Code 1.108.x (#2198)
1 parent 41c9e28 commit 6b8b909

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
version: [min, 1.106.3, max]
27+
version: [min, 1.107.1, max]
2828
uses: ./.github/workflows/template-main.yaml
2929
with:
3030
version: ${{ matrix.version }}

README.md

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

4242
| NodeJS | Visual Studio Code | Operating System |
4343
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
44-
| <table style="text-align:center;"> <tr><th>20</th><th>22 (LTS)</th><th>Latest</th></tr><tr><td>✅</td><td>✅</td><td>✅❓</td></tr><tr><td colspan="3">❓ Best-effort</td></tr> </table> | <table style="text-align:center;"> <tr><th>min</th><th>-</th><th>max</th></tr><tr><td>1.105.x</td><td>1.106.x</td><td>1.107.x</td></tr> </table> | <table style="text-align:center;"> <tr><th>Linux</th><th>Windows</th><th>macOS</th></tr><tr><td>✅ ⚠️</td><td>✅</td><td>✅ ⚠️</td></tr><tr><td colspan="3">⚠️ [Known Issues](KNOWN_ISSUES.md)</td></tr> </table> |
44+
| <table style="text-align:center;"> <tr><th>20</th><th>22 (LTS)</th><th>Latest</th></tr><tr><td>✅</td><td>✅</td><td>✅❓</td></tr><tr><td colspan="3">❓ Best-effort</td></tr> </table> | <table style="text-align:center;"> <tr><th>min</th><th>-</th><th>max</th></tr><tr><td>1.106.x</td><td>1.107.x</td><td>1.108.x</td></tr> </table> | <table style="text-align:center;"> <tr><th>Linux</th><th>Windows</th><th>macOS</th></tr><tr><td>✅ ⚠️</td><td>✅</td><td>✅ ⚠️</td></tr><tr><td colspan="3">⚠️ [Known Issues](KNOWN_ISSUES.md)</td></tr> </table> |
4545

4646
#### NodeJS Support Policy
4747

packages/extester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"ui-test"
5353
],
5454
"supportedVersions": {
55-
"vscode-min": "1.105.1",
56-
"vscode-max": "1.107.1",
55+
"vscode-min": "1.106.3",
56+
"vscode-max": "1.108.0",
5757
"nodejs": "22"
5858
},
5959
"dependencies": {

0 commit comments

Comments
 (0)