Remove web-tree-sitter

This commit is contained in:
Saoud Rizwan
2024-07-30 12:51:18 -04:00
parent 24666fed30
commit 5c98a3d4af
5 changed files with 174 additions and 188 deletions

View File

@@ -2,7 +2,7 @@
"name": "claude-dev",
"displayName": "Claude Dev",
"description": "Autonomous software engineer right in your IDE, capable of reading/writing files, executing commands, and more with your permission every step of the way.",
"version": "1.0.62",
"version": "1.0.63",
"icon": "icon.png",
"engines": {
"vscode": "^1.84.0"
@@ -130,8 +130,6 @@
"globby": "^14.0.2",
"os-name": "^6.0.0",
"p-wait-for": "^5.0.2",
"serialize-error": "^11.0.3",
"tree-sitter-wasms": "^0.1.11",
"web-tree-sitter": "^0.22.6"
"serialize-error": "^11.0.3"
}
}