mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-08 17:49:43 +00:00
Remove custom commands from settings
This commit is contained in:
12
src/ui.ts
12
src/ui.ts
@@ -344,18 +344,6 @@ const html = `<!DOCTYPE html>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 style="margin-top: 24px; margin-bottom: 16px; font-size: 14px; font-weight: 600;">Custom Slash Commands (coming soon)</h3>
|
||||
<div>
|
||||
<p style="font-size: 11px; color: var(--vscode-descriptionForeground); margin: 0;">
|
||||
Add your own custom slash commands that will appear in the commands modal. Define shortcuts for frequently used terminal commands.
|
||||
</p>
|
||||
</div>
|
||||
<div class="settings-group">
|
||||
<div class="tool-item">
|
||||
<input type="checkbox" id="custom-commands-enabled" disabled>
|
||||
<label for="custom-commands-enabled">Enable Custom Commands <span style="font-style: italic; opacity: 0.7;">(Coming Soon)</span></label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user