12 lines
277 B
JSON
12 lines
277 B
JSON
[
|
|
{
|
|
"key": "shift+alt+f",
|
|
"command": "editor.action.formatDocument",
|
|
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor"
|
|
},
|
|
{
|
|
"key": "alt+a d",
|
|
"command": "cSpell.addWordToWorkspaceSettings"
|
|
}
|
|
]
|