Remove isbinaryfile as this caused errors on some users computers

This commit is contained in:
Saoud Rizwan
2024-09-06 12:26:13 -04:00
parent 9eaf753000
commit 0a16aedf95
3 changed files with 4 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
"name": "claude-dev",
"displayName": "Claude Dev",
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.",
"version": "1.5.32",
"version": "1.5.33",
"icon": "icon.png",
"engines": {
"vscode": "^1.84.0"
@@ -146,7 +146,6 @@
"diff": "^5.2.0",
"execa": "^9.3.0",
"globby": "^14.0.2",
"isbinaryfile": "^5.0.2",
"mammoth": "^1.8.0",
"openai": "^4.54.0",
"os-name": "^6.0.0",