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

json-fragment-extensions: output GUIDs in "registry format" #515

Merged
merged 2 commits into from
Apr 8, 2022

Commits on Mar 1, 2022

  1. json-fragment-extensions: output GUIDs in "registry format"

    Windows Terminal expects the 'guid' property of a profile in the
    so-called "registry format" [1], i.e. enclosed in curly brackets.
    
    The different GUID examples in TerminalDocs/json-fragment-extensions.md
    are enclosed in curly brackets, but the Python script example to
    generate GUIDs prints them without the enclosing curly brackets.
    
    Use a Python f-string to print them enclosed in curly brackets.
    
    [1] https://docs.microsoft.com/en-us/windows/terminal/customize-settings/profile-advanced#unique-identifier
    phil-blain committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    b7e22f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    cc338ca View commit details
    Browse the repository at this point in the history