Skip to content

Now standardEnabled context variable

Compare
Choose a tag to compare
@LinusU LinusU released this 30 Apr 14:51
· 291 commits to master since this release
3019d30

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"
}