Last active
July 5, 2025 19:53
-
-
Save jimmy-zhening-luo/a5a288a3e140d6fb2e92cb06c60eda53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$id": "https://gist.github.com/jimmy-zhening-luo/a5a288a3e140d6fb2e92cb06c60eda53/raw", | |
"$schema": "https://json-schema.org/draft/2020-12/schema", | |
"title": "Microsoft's Windows Terminal Settings Profile Schema (with trailing commas)", | |
"allowTrailingCommas": true, | |
"allOf": [ | |
{ | |
"$ref": "https://aka.ms/terminal-profiles-schema" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment