Merge pull request #347 from RooVetGit/update_required_vscode_version

Update required vscode engine to ^1.84.0 to match cline
This commit is contained in:
Matt Rubens
2025-01-13 12:18:03 -05:00
committed by GitHub
3 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"roo-cline": patch
---
Update required vscode engine to ^1.84.0 to match cline

2
package-lock.json generated
View File

@@ -68,7 +68,7 @@
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },
"engines": { "engines": {
"vscode": "^1.93.1" "vscode": "^1.84.0"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {

View File

@@ -10,7 +10,7 @@
"theme": "dark" "theme": "dark"
}, },
"engines": { "engines": {
"vscode": "^1.93.1" "vscode": "^1.84.0"
}, },
"author": { "author": {
"name": "Roo Vet" "name": "Roo Vet"