Skip to content

Commit 8a53564

Browse files
committed
downgrade vscode version requirement
1 parent 4ec64d0 commit 8a53564

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
# 0.0.37
4+
- downgrade vscode version requirement to allow running the extension on Cursor
5+
36
# 0.0.36
47
- publish to open-vsx
58

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"name": "terrabuild",
44
"displayName": "Terrabuild",
55
"description": "Syntax highlighting for Terrabuild",
6-
"version": "0.0.36",
6+
"version": "0.0.37",
77
"publisher": "MagnusOpera",
88
"license": "FSL-1.1-Apache-2.0",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/magnusopera/vscode-terrabuild.git"
1212
},
1313
"engines": {
14-
"vscode": "^1.102.0"
14+
"vscode": "^1.80.0"
1515
},
1616
"categories": [
1717
"Programming Languages"

0 commit comments

Comments
 (0)