mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-24 06:11:11 -05:00
Relax vscode version targeting (#27)
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
"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.",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "2.1.5",
|
||||
"version": "2.1.6",
|
||||
"files": [
|
||||
"bin/roo-cline-2.1.5.vsix",
|
||||
"bin/roo-cline-2.1.6.vsix",
|
||||
"assets/icons/icon_Roo.png"
|
||||
],
|
||||
"icon": "assets/icons/icon_Roo.png",
|
||||
@@ -14,7 +14,7 @@
|
||||
"theme": "dark"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "1.93.1"
|
||||
"vscode": "^1.93.1"
|
||||
},
|
||||
"author": {
|
||||
"name": "Roo Vet"
|
||||
|
||||
Reference in New Issue
Block a user