Relax vscode version targeting (#27)

This commit is contained in:
Matt Rubens
2024-11-29 22:03:54 -05:00
committed by GitHub
parent 6fed90805a
commit 55e75f254e
2 changed files with 6 additions and 6 deletions

6
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "roo-cline", "name": "roo-cline",
"version": "2.1.5", "version": "2.1.6",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "roo-cline", "name": "roo-cline",
"version": "2.1.5", "version": "2.1.6",
"dependencies": { "dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/bedrock-sdk": "^0.10.2",
"@anthropic-ai/sdk": "^0.26.0", "@anthropic-ai/sdk": "^0.26.0",
@@ -57,7 +57,7 @@
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },
"engines": { "engines": {
"vscode": "1.93.1" "vscode": "^1.93.1"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {

View File

@@ -3,9 +3,9 @@
"displayName": "Roo Cline", "displayName": "Roo Cline",
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
"publisher": "RooVeterinaryInc", "publisher": "RooVeterinaryInc",
"version": "2.1.5", "version": "2.1.6",
"files": [ "files": [
"bin/roo-cline-2.1.5.vsix", "bin/roo-cline-2.1.6.vsix",
"assets/icons/icon_Roo.png" "assets/icons/icon_Roo.png"
], ],
"icon": "assets/icons/icon_Roo.png", "icon": "assets/icons/icon_Roo.png",
@@ -14,7 +14,7 @@
"theme": "dark" "theme": "dark"
}, },
"engines": { "engines": {
"vscode": "1.93.1" "vscode": "^1.93.1"
}, },
"author": { "author": {
"name": "Roo Vet" "name": "Roo Vet"