Skip to content

Commit c90b730

Browse files
fix: reduce min vscode version for cursor compatibility
fix: reduce min vscode version for cursor compatibility
1 parent 505d2fa commit c90b730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "postgrestools",
33
"publisher": "Supabase",
44
"description": "Postgres Language Server right in your IDE.",
5-
"version": "1.1.3",
5+
"version": "1.1.4",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/supabase-community/postgrestools-vscode"
99
},
1010
"engines": {
11-
"vscode": "^1.97.0"
11+
"vscode": "^1.96.2"
1212
},
1313
"icon": "icon.png",
1414
"categories": [

0 commit comments

Comments
 (0)