Makes the Ctrl+I and Ctrl+B keybinds for bold and italics specific to story formats in the package.json. This makes so that other keybindings will still work in other files in the same project (such as javascript or markdown).
This duplicates them because currently the when clauses https://code.visualstudio.com/api/references/when-clause-contexts#conditional-operators don't allow parentheses and so representing it in one entry is probably not possible (unless their binding of operators is weird).
Makes the Ctrl+I and Ctrl+B keybinds for bold and italics specific to story formats in the package.json. This makes so that other keybindings will still work in other files in the same project (such as javascript or markdown).
This duplicates them because currently the when clauses https://code.visualstudio.com/api/references/when-clause-contexts#conditional-operators don't allow parentheses and so representing it in one entry is probably not possible (unless their binding of operators is weird).