'Change cursor type in VS Code
When I open VS Code, the cursor is shown as a block as shown below, but I want the cursor to be a single vertical line. Is it possible to change this in VS Code so that when I use R, Python, or cmd terminals in R, the cursor is constently a single vertical line, not like the current block type cursor?
Solution 1:[1]
- Open Settings via Ctrl+,
- Search for "Terminal > Integrated: Cursor Style"
- Choose "line" from the drop down menu
Results:
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | AnsonH |