Skip to content

Commit 2ed89ba

Browse files
committed
Fixed VSCode min version
- Shouldn't impact anything but this avoids unexpected issues
1 parent 26caf64 commit 2ed89ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.1.0",
66
"publisher": "kevcunnane",
77
"engines": {
8-
"vscode": "^1.22.0",
8+
"vscode": "^1.19.0",
99
"sqlops": "*"
1010
},
1111
"categories": [

0 commit comments

Comments
 (0)