Skip to content

Commit

Permalink
Downgrade VSCode to 1.82.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Feb 13, 2024
1 parent 5e5ba5e commit cbabe0c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
18.15.0
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"icon": "media/stylelint.png",
"engines": {
"vscode": ">=1.86.1",
"node": ">=18.17.1"
"vscode": ">=1.82.3",
"node": ">=18.15.0"
},
"galleryBanner": {
"color": "#000000",
Expand Down Expand Up @@ -225,7 +225,7 @@
"@types/jest": "^27.0.3",
"@types/path-is-inside": "^1.0.0",
"@types/semver": "^7.3.9",
"@types/vscode": "1.86.0",
"@types/vscode": "1.82.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.30.5",
"@typescript/lib-dom": "npm:@types/web@^0.0.47",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/jest-runner-vscode.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const path = require('node:path');
const { readFileSync } = require('node:fs');

const vscodeVersion = '1.86.1';
const vscodeVersion = '1.82.3';

const pkg = JSON.parse(readFileSync(path.join(__dirname, '../../package.json'), 'utf8'));
const requiredVscodeVersion = pkg.engines.vscode.match(/\d+\.\d+\.\d+/)?.[0];
Expand Down

0 comments on commit cbabe0c

Please sign in to comment.