Vim: vim.cursorStylePerMode is being ignored

Created on 10 Dec 2019  路  1Comment  路  Source: VSCodeVim/Vim

Describe the bug
In my settings.json I have these settings enabled:

"vim.cursorStylePerMode.insert": "underline",
"vim.cursorStylePerMode.normal": "underline",

To Reproduce
Steps to reproduce the behavior:

  1. Copy the settings and see that it's not working

Expected behavior
Should respect the settings.json file

Screenshots
If applicable, add screenshots to help explain your problem.
If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.12.2
  • VSCode version: 1.40.2
  • OS: macOS

Additional context

It's working with 1.11.3 version

kinbug

Most helpful comment

I found the source of this bug, It's being caused by configuration.getCursorStyleForMode() always returning undefined. I could send in a PR with a fix for it.

>All comments

I found the source of this bug, It's being caused by configuration.getCursorStyleForMode() always returning undefined. I could send in a PR with a fix for it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

edwintorok picture edwintorok  路  3Comments

jaredly picture jaredly  路  3Comments

typeoneerror picture typeoneerror  路  3Comments

rajinder-yadav picture rajinder-yadav  路  3Comments

elithrar picture elithrar  路  3Comments