VSCodeVim / VSCodeVim/Vim

Settings "vim.cursorStylePerMode.replace" — is not work

Open
#8,489 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
15.2k
Forks
1.5k
Avg merge
3d 18h
Merged PRs (30d)
6

Description

Describe the bug
Don't work this settings

  "vim.cursorStylePerMode.replace": "underline",
  "vim.cursorStylePerMode.visual": "underline"

To Reproduce
Steps to reproduce the behavior:

  1. Go to active text editor
  2. Click on replacement symbol on button r
  3. Cursor style is not "underline"

Expected behavior
Cursor style is "underline"

Screenshots
screenshot on google drive

Environment (please complete the following information):

  • Extension (VsCodeVim) version:
    v1.25.2
  • VSCode version:
Version: 1.80.0 (Universal)
Commit: 660393deaaa6d1996740ff4880f1bad43768c814
Date: 2023-07-04T13:39:33.766Z
Electron: 22.3.14
ElectronBuildId: 21893604
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Darwin arm64 22.5.0
  • OS:
    MacOS Ventura 13.4.1 (22F82)
    Additional context
    Add any other context about the problem here.

  • My VSCode settings.json

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with the reported VSCodeVim and VS Code versions, using the vim.cursorStylePerMode.replace and .visual settings and the replacement-symbol button. Trace the cursor-style handling for replacement and visual modes; done means both settings produce an underline cursor as expected.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.