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

An extension can't control the capitalization of its name in the settings UI #103592

Closed
thalesx opened this issue Jul 29, 2020 · 2 comments
Closed
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@thalesx
Copy link

thalesx commented Jul 29, 2020

  • VSCode Version: 1.47.3
  • OS Version: Windows 10

Steps to Reproduce:

  1. Install an extension like CMake Tools ("CMake") or GitLens ("GitLens")
  2. Open that extension's settings page.
  3. Note the UI shows the extension name capitalized as "Cmake" or "Gitlens", and there doesn't seem to be a way for the extension to control the capitalization of its displayed name (see attachment below).
  4. Note "CMake" or "cmake" are the standard capitalizations for the term.

Cmake

@gjsjohnmurray
Copy link
Contributor

Yes, I think the solution at the moment is to get entries added to source here:

export const knownTermMappings = new Map<string, string>();
knownTermMappings.set('power shell', 'PowerShell');
knownTermMappings.set('powershell', 'PowerShell');
knownTermMappings.set('javascript', 'JavaScript');
knownTermMappings.set('typescript', 'TypeScript');

@roblourens
Copy link
Member

#70589

@roblourens roblourens added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 30, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Sep 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants