Skip to content

Commit c246697

Browse files
committed
Adjusting the vscode distribution version
The version is too recent, preventing installation with the current version of Cursor. Therefore, we adjusted it accordingly.
1 parent a577782 commit c246697

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "tlog-vscode",
33
"displayName": "tlog",
44
"description": "Transient Log - Quick console.log with [TLOG] prefix for easy identification and removal",
5-
"version": "0.1.3",
5+
"version": "0.1.4",
66
"publisher": "KubrickCode",
77
"license": "MIT",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/KubrickCode/tlog.git"
1111
},
1212
"engines": {
13-
"vscode": "^1.103.0"
13+
"vscode": "^1.90.0"
1414
},
1515
"categories": [
1616
"Snippets",
@@ -56,13 +56,13 @@
5656
"scripts": {
5757
"compile": "tsc -p ./",
5858
"package": "vsce package",
59-
"install-package": "code --install-extension tlog-vscode-0.1.3.vsix",
59+
"install-package": "code --install-extension tlog-vscode-0.1.4.vsix",
6060
"vsce-publish": "vsce publish",
6161
"ovsx-publish": "ovsx publish"
6262
},
6363
"devDependencies": {
6464
"@types/node": "24.3.0",
65-
"@types/vscode": "^1.103.0",
65+
"@types/vscode": "^1.90.0",
6666
"typescript": "5.9.2",
6767
"@vscode/vsce": "3.0.0"
6868
}

extension/tlog-vscode-0.1.4.vsix

8.55 KB
Binary file not shown.

extension/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
dependencies:
138138
undici-types "~7.10.0"
139139

140-
"@types/vscode@^1.103.0":
140+
"@types/vscode@^1.90.0":
141141
version "1.103.0"
142142
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.103.0.tgz#4a0d9777d952992c9ebdbe8dad067032d2fbc1fb"
143143
integrity sha512-o4hanZAQdNfsKecexq9L3eHICd0AAvdbLk6hA60UzGXbGH/q8b/9xv2RgR7vV3ZcHuyKVq7b37IGd/+gM4Tu+Q==

0 commit comments

Comments
 (0)