Requires vscode 1.74.0

This commit is contained in:
James-Yu 2023-02-14 10:56:19 +08:00
parent 4a9b9b0357
commit e9097567aa
3 changed files with 11 additions and 35 deletions

View File

@ -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.67.0`.**
**Note that the latest version of LaTeX-Workshop requires at least VSCode `1.74.0`.**
## Manual

16
package-lock.json generated
View File

@ -28,7 +28,7 @@
"@types/node": "16.11.68",
"@types/rimraf": "3.0.2",
"@types/tmp": "0.2.3",
"@types/vscode": "1.67.0",
"@types/vscode": "1.74.0",
"@types/workerpool": "6.1.0",
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "5.45.0",
@ -43,7 +43,7 @@
"vscode-extend-language": "0.1.1"
},
"engines": {
"vscode": "^1.67.0"
"vscode": "^1.74.0"
}
},
"node_modules/@eslint/eslintrc": {
@ -268,9 +268,9 @@
"dev": true
},
"node_modules/@types/vscode": {
"version": "1.67.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.67.0.tgz",
"integrity": "sha512-GH8BDf8cw9AC9080uneJfulhSa7KHSMI2s/CyKePXoGNos9J486w2V4YKoeNUqIEkW4hKoEAWp6/cXTwyGj47g==",
"version": "1.74.0",
"resolved": "https://registry.npmmirror.com/@types/vscode/-/vscode-1.74.0.tgz",
"integrity": "sha512-LyeCIU3jb9d38w0MXFwta9r0Jx23ugujkAxdwLTNCyspdZTKUc43t7ppPbCiPoQ/Ivd/pnDFZrb4hWd45wrsgA==",
"dev": true
},
"node_modules/@types/workerpool": {
@ -4539,9 +4539,9 @@
"dev": true
},
"@types/vscode": {
"version": "1.67.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.67.0.tgz",
"integrity": "sha512-GH8BDf8cw9AC9080uneJfulhSa7KHSMI2s/CyKePXoGNos9J486w2V4YKoeNUqIEkW4hKoEAWp6/cXTwyGj47g==",
"version": "1.74.0",
"resolved": "https://registry.npmmirror.com/@types/vscode/-/vscode-1.74.0.tgz",
"integrity": "sha512-LyeCIU3jb9d38w0MXFwta9r0Jx23ugujkAxdwLTNCyspdZTKUc43t7ppPbCiPoQ/Ivd/pnDFZrb4hWd45wrsgA==",
"dev": true
},
"@types/workerpool": {

View File

@ -12,7 +12,7 @@
"url": "https://github.com/James-Yu/LaTeX-Workshop.git"
},
"engines": {
"vscode": "^1.67.0"
"vscode": "^1.74.0"
},
"categories": [
"Programming Languages",
@ -28,31 +28,7 @@
"hint"
],
"activationEvents": [
"onLanguage:tex",
"onLanguage:latex",
"onLanguage:latex-expl3",
"onLanguage:doctex",
"onLanguage:pweave",
"onLanguage:jlweave",
"onLanguage:rsweave",
"onLanguage:bibtex",
"onLanguage:bibtex-style",
"onCommand:latex-workshop.build",
"onCommand:latex-workshop.recipes",
"onCommand:latex-workshop.view",
"onCommand:latex-workshop.tab",
"onCommand:latex-workshop.synctex",
"onCommand:latex-workshop.clean",
"onCommand:latex-workshop.citation",
"onCommand:latex-workshop.wordcount",
"onCommand:latex-workshop.compilerlog",
"onCommand:latex-workshop.log",
"onCommand:latex-workshop.actions",
"onCommand:latex-workshop.activate",
"onCommand:latex-workshop.bibsort",
"onCommand:latex-workshop.bibalign",
"onCommand:latex-workshop.bibalignsort",
"onCustomEditor:latex-workshop-pdf-hook",
"onWebviewPanel:latex-workshop-pdf"
],
"main": "./out/src/main.js",
@ -2567,7 +2543,7 @@
"@types/node": "16.11.68",
"@types/rimraf": "3.0.2",
"@types/tmp": "0.2.3",
"@types/vscode": "1.67.0",
"@types/vscode": "1.74.0",
"@types/workerpool": "6.1.0",
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "5.45.0",