By default the overtype/align keybind has a when clause of editorFocus && editorLangId == 'spin(2)'.
However, the extension is active in all files, so if you toggled it into a different mode you can't change it back without opening a Spin file. Since the functionality isn't Spin-specific I'd just remove the editorLangId check.
By default the overtype/align keybind has a when clause of
editorFocus && editorLangId == 'spin(2)'.However, the extension is active in all files, so if you toggled it into a different mode you can't change it back without opening a Spin file. Since the functionality isn't Spin-specific I'd just remove the
editorLangIdcheck.