You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem has be mentioned in #173 (comment) and microsoft/vscode#99425 (comment). The reason is missing two color configuration: interactive.activeCodeBorder and interactive.inactiveCodeBorder. You can fix it by adding the following configuration in the setting file. The selected line highlight can be handled with editor.lineHighlightBorder
The problem has be mentioned in #173 (comment) and microsoft/vscode#99425 (comment). The reason is missing two color configuration:
interactive.activeCodeBorder
andinteractive.inactiveCodeBorder
. You can fix it by adding the following configuration in the setting file. The selected line highlight can be handled witheditor.lineHighlightBorder
Here is how it looks
The text was updated successfully, but these errors were encountered: