Skip to content

Commit b8181d8

Browse files
masterkainqwencoder
andcommitted
fix: update engines.vscode to match @types/vscode version
- Updated engines.vscode from ^1.105.0 to ^1.107.0 to match @types/vscode 1.107.0 - This resolves the version mismatch that was causing the GitHub build to fail Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent 60abb4e commit b8181d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/icoretech/autopathcomment.git"
1111
},
1212
"engines": {
13-
"vscode": "^1.105.0"
13+
"vscode": "^1.107.0"
1414
},
1515
"categories": [
1616
"Other"

0 commit comments

Comments
 (0)