Now standardEnabled context variable
We've added a clause context to detect if standard is enabled.
Now for example we can use the context in our key bindings, e.g:
{
"key": "ctrl+shift+i",
"command": "standard.executeAutofix",
"when": "standardEnabled && editorTextFocus && !editorReadonly"
}