admin管理员组

文章数量:1124547

When I select text to delete or copy and start typing after I deleted the selected text the editor is stuck in this weird highlighted mode where everything I type is white and unreadable. I can escape this by pressing the left arrow key or by pressing escape to exit typing. An example of the white highlighted is below:

I expect the text to be readable when I type.

When I select text to delete or copy and start typing after I deleted the selected text the editor is stuck in this weird highlighted mode where everything I type is white and unreadable. I can escape this by pressing the left arrow key or by pressing escape to exit typing. An example of the white highlighted is below:

I expect the text to be readable when I type.

Share Improve this question edited 2 days ago Matt Pitkin 6,3321 gold badge25 silver badges45 bronze badges asked 2 days ago piet53piet53 111 bronze badge New contributor piet53 is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. 1
  • You can now add the answer that you found yourself and described in the staging ground. – Matt Pitkin Commented 2 days ago
Add a comment  | 

1 Answer 1

Reset to default 0

Fixed it. It was the high-contrast theme in Visual Studio Code that did it. For anybody that has this problem:

"workbench.colorTheme": "Default High Contrast"

I removed this in the settings.json to fix it.

本文标签: windowsWhite unreadable text highlighting in vs code jupyter notebookStack Overflow