Browse Source

Merge pull request #347 from RooVetGit/update_required_vscode_version

Update required vscode engine to ^1.84.0 to match cline
Matt Rubens 11 months ago
parent
commit
f77c036c89
3 changed files with 7 additions and 2 deletions
  1. 5 0
      .changeset/early-mails-knock.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 5 - 0
.changeset/early-mails-knock.md

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

+ 1 - 1
package-lock.json

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

+ 1 - 1
package.json

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