Somehow I ended up with a block/square cursor in VS Code. What is the setting name, and how do I go back to the pipe cursor?
Note that it's not "insert" mode: I can type before other characters and it doesn't overwrite them.
I'm on macOS Sierra
To change how the mouse pointer looks , and then clicking Control Panel. In the search box, type mouse, and then click Mouse. Click the Pointers tab, and then do one of the following: To give all of your pointers a new look, click the Scheme drop-down list, and then click a new mouse pointer scheme.
All keyboard shortcuts in VS Code can be customized via the keybindings. json file. To configure keyboard shortcuts through the JSON file, open Keyboard Shortcuts editor and select the Open Keyboard Shortcuts (JSON) button on the right of the editor title bar. This will open your keybindings.
// Controls the cursor style, accepted values are 'block', 'line' and 'underline'
"editor.cursorStyle": "line",
from VSCode settings.json defaults
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