Created
November 19, 2025 00:28
-
-
Save jimmy-zhening-luo/953a31de72524f8cfa889c10b1b1006f 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/953a31de72524f8cfa889c10b1b1006f/raw", | |
| "$schema": "https://json-schema.org/draft/2020-12/schema", | |
| "title": "Fake Keybinding Schema", | |
| "allowTrailingCommas": true, | |
| "allOf": [ | |
| { | |
| "$ref": "vscode://schemas/keybindings" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment