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

Localize generated debugger package.json strings #6088

Merged
merged 3 commits into from
Aug 11, 2023

Commits on Aug 10, 2023

  1. Localize debugger package.json strings

    This PR updates the generateOptionsSchema to create keys for
    package.nls.json that are used in package.json for localization.
    
    This will automatically take the english strings in OptionsSchema.json +
    etc and convert them into keys to use for package.nls.json and update
    package.nls.json.
    WardenGnaw committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b88c4ae View commit details
    Browse the repository at this point in the history
  2. Addressing PR issues

    WardenGnaw committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    971cb7e View commit details
    Browse the repository at this point in the history
  3. Remove extra white space

    WardenGnaw committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2010f97 View commit details
    Browse the repository at this point in the history