Skip to content

Commit

Permalink
Update vscode version requirement to 1.96.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Jan 6, 2025
1 parent ac0ac02 commit 7bad63c
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [10.7.5] - 2025-01-06

### Fixed
- The minimal supported VS Code version is December 2024 due to changes of PDF.js (particularly the use of css `round()`).

## [10.7.4] - 2025-01-03

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This project won't be successful without contributions from the community, espec

Thank you so much!

**Note that the latest version of LaTeX-Workshop requires at least VSCode `1.88.0` (March 2024 or later).**
**Note that the latest version of LaTeX-Workshop requires at least VSCode `1.96.0` (December 2024 or later).**

## Manual

Expand Down
23 changes: 17 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/James-Yu/LaTeX-Workshop.git"
},
"engines": {
"vscode": "^1.88.0"
"vscode": "^1.96.0"
},
"categories": [
"Programming Languages",
Expand Down Expand Up @@ -2678,7 +2678,7 @@
"@types/glob": "^8.1.0",
"@types/micromatch": "^4.0.9",
"@types/mocha": "^10.0.8",
"@types/node": "^18.15.3",
"@types/node": "^20.17.11",
"@types/node-fetch": "^2.6.11",
"@types/sinon": "^17.0.3",
"@types/tmp": "^0.2.6",
Expand Down
2 changes: 1 addition & 1 deletion test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function runTestSuites(fixture: 'testground' | 'multiroot' | 'unittest') {
const extensionTestsPath = fixture === 'unittest' ? path.resolve(__dirname, './units/index') : path.resolve(__dirname, './suites/index')

await runTests({
version: '1.88.0',
version: '1.96.0',
extensionDevelopmentPath,
extensionTestsPath,
launchArgs: [
Expand Down

0 comments on commit 7bad63c

Please sign in to comment.