mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-08 17:29:42 +00:00
Build script that creates Open VSIX variant with different branding: - Changes displayName to "Claude Code Chat" - Uses icon.png instead of icon-bubble.png - Automatically backs up and restores files after build 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
242 B
Plaintext
17 lines
242 B
Plaintext
.vscode/**
|
|
.vscode-test/**
|
|
src/**
|
|
.gitignore
|
|
.yarnrc
|
|
vsc-extension-quickstart.md
|
|
**/tsconfig.json
|
|
**/eslint.config.mjs
|
|
**/*.map
|
|
**/*.ts
|
|
**/.vscode-test.*
|
|
backup
|
|
.claude
|
|
claude-code-chat-permissions-mcp/**
|
|
node_modules
|
|
mcp-permissions.js
|
|
build |