happiness (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) happiness

【VSCode】vim.otherModesKeyBindingsNonRecursiveが不明な構成設定

vim.otherModesKeyBindingsNonRecursive 不明な構成設定になった

-  vim.otherModesKeyBindingsNonRecursive: [
+  vim.normalModeKeyBindingsNonRecursive: [
        {
            "before": [
                "z"
            ],
            "after": [
                "leader",
                "leader",
                "s"
            ]
        }
    ],

どうもVSCodeのversionアップで変わったみたい

参考

Visual Studio Code / VSCode Part3