Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "type": "array",
- "title": "Keybindings configuration",
- "items": {
- "type": "object",
- "required": ["key"],
- "defaultSnippets": [
- {
- "label": "New keybinding",
- "description": "Binds a key to a command for a given state",
- "body": { "key": "$1", "command": "$2", "when": "$3" }
- }
- ],
- "properties": {
- "key": {
- "type": "string"
- }
- ...
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment