13

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

3 Answers 3

23
  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

Sign up to request clarification or add additional context in comments.

Comments

6

Open setting(json) find: "terminal.integrated.cursorStyle": "block" change block to line.

1 Comment

Other options for this line are: "line" and "underline".
3

Use the terminal.integrated.cursorStyle and terminal.integrated.cursorStyleInactive settings. See also the somewhat related terminal.integrated.cursorBlinking setting.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.