Skip to content

Commit 20fdd80

Browse files
authored
chore: widen vscode engine compatibility (#44)
1 parent decdc29 commit 20fdd80

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Working with CSV files shouldn’t be a chore. With CSV, you get:
4343

4444
---
4545

46+
## Compatibility
47+
48+
This extension is built for VS Code **1.70.0** and later. It has been tested with
49+
Cursor (built on VS Code 1.99) and the latest VS Code releases (1.102).
50+
4651
## Getting Started
4752

4853
### 1. Install the Extension

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"type": "git",
99
"url": "https://github.com/jonaraphael/csv.git"
1010
},
11-
"version": "1.1.2",
11+
"version": "1.1.3",
1212
"engines": {
13-
"vscode": "^1.96.0",
13+
"vscode": "^1.70.0",
1414
"node": ">=14"
1515
},
1616
"categories": ["Data Science", "Programming Languages", "Other"],
@@ -98,7 +98,7 @@
9898
"@types/mocha": "^10.0.10",
9999
"@types/node": "^20.11.19",
100100
"@types/papaparse": "^5.3.16",
101-
"@types/vscode": "^1.96.0",
101+
"@types/vscode": "^1.70.0",
102102
"@typescript-eslint/eslint-plugin": "^7.9.0",
103103
"@typescript-eslint/parser": "^7.9.0",
104104
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)