Latest update changed insert cursor
See original GitHub issueWhat did you do?
Pressed i
What did you expect to happen?
The cursor should change from a block cursor to a caret cursor.
What happened instead?
The cursor remained a block cursor.
Technical details:
- VSCode Version: 1.10.2
- OS: OS X
Issue Analytics
- State:
- Created 6 years ago
- Reactions:7
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Mouse-over insert cursor automatically changing due to different
While there is no option to modify the mouse pointer appearance within Word, it can be done by going to Start (Windows icon)...
Read more >ArcPy rollback update / insert cursors if error occurs
My update cursor changes the first row, and then the insert cursors inserts the remaining rows. The update and insert work fine, ...
Read more >Cursor—ArcGIS Pro | Documentation
A cursor is a data access object that can be used either to iterate through the set of rows in a table or...
Read more >How to change the cursor between Normal and Insert modes ...
To change the shape of the cursor in different modes, you can add the following into your .vimrc file. For the GNOME Terminal...
Read more >Geometry Not Updating With Update Cursor - Esri Community
To put it simply, the update cursor is updating normal attribute fields but not geometry. Has anyone ran into something like this before?...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Leaving this open a bit so that others may see it, will close it in the next few days
ahh, this is so weird. So, I looked for
editor.cursorStyle
and it was set toline
in the default config. So I rewrite it again in my user settings an it worked. Looks like the update at first glance does not recognize the default config so you have to rewrite it in order to fix it. Now I delete it from my user settings and it works as expected.