diff --git a/.vscodeignore b/.vscodeignore index e6c5172..484b658 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -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 \ No newline at end of file +!node_modules/@vscode/codicons/dist/codicon.ttf + +# Include default themes JSON files used in getTheme +!src/utils/default-themes/** \ No newline at end of file diff --git a/package.json b/package.json index a28b829..1cd9d27 100644 --- a/package.json +++ b/package.json @@ -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"