'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? enter image description here



Solution 1:[1]

  1. Open Settings via Ctrl+,
  2. Search for "Terminal > Integrated: Cursor Style"
  3. Choose "line" from the drop down menu

Terminal Integrated Cursor Style

Results:

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