我总是需要按 "S" 才能将块光标更改为 vs 代码上的行光标?
I always need to press "S" to change the block cursor to the line cursor on vs code?
why do I always need to press "S" to change the block cursor to the line cursor on vs code?, I want to change the default cursor mode to the line
// Controls the cursor style.
"editor.cursorStyle": "line",
来自 https://code.visualstudio.com/docs/getstarted/settings VSCode settings.json 默认值
why do I always need to press "S" to change the block cursor to the line cursor on vs code?, I want to change the default cursor mode to the line
// Controls the cursor style.
"editor.cursorStyle": "line",
来自 https://code.visualstudio.com/docs/getstarted/settings VSCode settings.json 默认值