Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More readable mapping.json #239

Open
hbons opened this issue Mar 12, 2024 · 0 comments
Open

More readable mapping.json #239

hbons opened this issue Mar 12, 2024 · 0 comments
Assignees
Labels
engineering Build setup

Comments

@hbons
Copy link
Member

hbons commented Mar 12, 2024

Let's go from:

{
  "add": 60000,
  "plus": 60000,
  "gist-new": 60000,
  "repo-create": 60000,
  "lightbulb": 60001,
  "light-bulb": 60001,
  "repo": 60002,
  "repo-delete": 60002
}

To something like:

{
  "60000": [
    "add",
    "plus",
    "gist-new",
    "repo-create"
  ],
  "60001": [
    "lightbulb",
    "light-bulb"
  ],
  "60002": [
    "repo",
    "repo-delete"
  ]
}

This will make it possible to see which names map to the same icon at a glance, and will make it easier to add/edit names.
We'll also need to update the export scripts.

@hbons hbons added the bug Issue identified by VS Code Team member as probable bug label Mar 12, 2024
@hbons hbons self-assigned this Mar 12, 2024
@hbons hbons added engineering Build setup and removed bug Issue identified by VS Code Team member as probable bug labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engineering Build setup
Projects
None yet
Development

No branches or pull requests

1 participant