(name: string, source: string, mode?: string)
| 642 | } |
| 643 | |
| 644 | private getSkillKey(name: string, source: string, mode?: string): string { |
| 645 | return `${source}:${mode || "generic"}:${name}` |
| 646 | } |
| 647 | |
| 648 | private async setupFileWatchers(): Promise<void> { |
| 649 | // Skip if test environment is detected or VSCode APIs are not available |
no outgoing calls
no test coverage detected