Skip to content

Commit 8cb2c28

Browse files
committed
Reduce vscode version contraint (1.2.1)
1 parent 4df1e24 commit 8cb2c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

restructuredpython/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "restructuredpython",
33
"displayName": "reStructuredPython",
44
"description": "Support for the language reStructuredPython",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"publisher": "RihaanMeher",
77
"icon": "icons/icon.png",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/sharktide/repython-vs"
1111
},
1212
"engines": {
13-
"vscode": "^1.97.0"
13+
"vscode": "^1.90.0"
1414
},
1515
"categories": [
1616
"Programming Languages"

0 commit comments

Comments
 (0)