mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix vscodeignore
This commit is contained in:
parent
ca4ad1d0b3
commit
3b61b05c83
2 changed files with 5 additions and 2 deletions
|
|
@ -33,4 +33,7 @@ webview-ui/node_modules/**
|
|||
|
||||
# Fix issue where codicons don't get packaged (https://github.com/microsoft/vscode-extension-samples/issues/692)
|
||||
!node_modules/@vscode/codicons/dist/codicon.css
|
||||
!node_modules/@vscode/codicons/dist/codicon.ttf
|
||||
!node_modules/@vscode/codicons/dist/codicon.ttf
|
||||
|
||||
# Include default themes JSON files used in getTheme
|
||||
!src/utils/default-themes/**
|
||||
|
|
@ -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.33",
|
||||
"version": "1.5.34",
|
||||
"icon": "icon.png",
|
||||
"engines": {
|
||||
"vscode": "^1.84.0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue