Is there a way to increase the size for the caret cursor in VS Code? I'm on MacOS.
I find it hard to see:
To Change cursor width and Style: "editor. cursorStyle": "line", "editor.
Open Settings > Devices. Select Mouse from the column on the left. Select Adjust mouse & cursor size under Related settings on the right.
In settings.json try the following:
"editor.cursorStyle": "line",
"editor.cursorWidth": 4
I found I could change the width from 1 to 7 and the cursor would get larger or smaller. Setting it to 0 did not have the effect of hiding it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With