2024-04-11 20:19:29 -04:00
|
|
|
[
|
2024-04-20 12:54:54 -04:00
|
|
|
{
|
|
|
|
"key": "shift+alt+f",
|
|
|
|
"command": "editor.action.formatDocument",
|
|
|
|
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "alt+a d",
|
|
|
|
"command": "cSpell.addWordToWorkspaceSettings"
|
|
|
|
}
|
2024-04-11 20:19:29 -04:00
|
|
|
]
|