|
5 | 5 | */ |
6 | 6 | const KNOWN_CLIENT_PATTERNS: { pattern: string; iconKey: string }[] = [ |
7 | 7 | { pattern: 'visual studio code', iconKey: 'vscode' }, |
| 8 | + { pattern: 'android studio', iconKey: 'android-studio' }, |
8 | 9 | { pattern: 'claude desktop', iconKey: 'claude' }, |
9 | 10 | { pattern: 'claude code', iconKey: 'claude' }, |
10 | 11 | { pattern: 'vs code', iconKey: 'vscode' }, |
11 | 12 | { pattern: 'windsurf', iconKey: 'windsurf' }, |
12 | 13 | { pattern: 'codeium', iconKey: 'windsurf' }, |
| 14 | + { pattern: 'intellij', iconKey: 'jetbrains' }, |
| 15 | + { pattern: 'webstorm', iconKey: 'jetbrains' }, |
| 16 | + { pattern: 'pycharm', iconKey: 'jetbrains' }, |
| 17 | + { pattern: 'phpstorm', iconKey: 'jetbrains' }, |
| 18 | + { pattern: 'rustrover', iconKey: 'jetbrains' }, |
| 19 | + { pattern: 'goland', iconKey: 'jetbrains' }, |
| 20 | + { pattern: 'rider', iconKey: 'jetbrains' }, |
| 21 | + { pattern: 'clion', iconKey: 'jetbrains' }, |
| 22 | + { pattern: 'jetbrains', iconKey: 'jetbrains' }, |
13 | 23 | { pattern: 'cursor', iconKey: 'cursor' }, |
14 | 24 | { pattern: 'vscode', iconKey: 'vscode' }, |
15 | 25 | { pattern: 'claude', iconKey: 'claude' }, |
|
0 commit comments