Validate Editor Names

Find all hardcoded path-to-editor-name mappings in the CLI (cli/src/analysis.ts::getEditorSourceFromPath) and VS Code extension (src/workspaceHelpers.ts::getEditorTypeFromPath), verify they return matching friendly display names for the same path patterns, and confirm every CLI-returned name appears in the EDITOR_ICON_MAP in formatUtils.ts. Use after adding a new editor adapter, after CLI changes, or if JetBrains/other CLI-based consumers show raw editor keys instead of friendly names.

rajbos Updated

File contents

rajbos/github-copilot-token-usage/tree/main/.claude/skills/validate-editor-names commit 23bf7f2912

Frequently asked questions

npx skillmds@latest add rajbos/validate-editor-names