microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.99k stars 29.19k forks source link

mouse cursor doesn't change when over folding mark with `scm.diffDecorationsGutterAction: "none"` #196055

Open irvnriir opened 1 year ago

irvnriir commented 1 year ago

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce:

  1. Settings\scm.diffDecorationsGutterAction: "none"
  2. on a line which doesn't have any Decoration, hover over folding mark between line number and text line -- mouse cursor changes .
  3. on a line which has a Decoration, hover over folding mark between line number and text line -- mouse cursor doesn't change .

also see #143496 .

vscodenpa commented 1 year ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.83.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!