alfred-ide/extensions.json
Alfred fd7361e044 Initial commit: Alfred Commander v1.0.1 - VS Code extension
- AI chat sidebar with multi-provider support
- Session management, token tracking, usage stats
- Voice input, file attachments, code actions
- Integrates with Alfred IDE (code-server) auth system
2026-04-07 11:40:25 -04:00

13 lines
278 B
JSON

{
"recommendations": [
"gositeme.alfred-commander"
],
"unwantedRecommendations": [
"ms-vscode-remote.remote-ssh",
"ms-vscode.remote-server",
"ms-vscode.remote-explorer",
"github.copilot",
"github.copilot-chat"
]
}