Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editorActiveLineNumber only displays different color when editor.renderLineHighlight: "all" is set #44639

Closed
RMacfarlane opened this issue Feb 27, 2018 · 0 comments
Assignees
Labels
verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@RMacfarlane
Copy link
Contributor

Testing #44459

Repro steps:

Add

	"workbench.colorCustomizations":{
		"editorActiveLineNumber.foreground": "#ff0000"
	}

to settings, and make sure editor.renderLineHighlight is using the default value.

Line number colors are all the same. Setting "editor.renderLineHighlight": "all" causes the active line number color to change.

@RMacfarlane RMacfarlane assigned rebornix and unassigned bpasero Feb 27, 2018
@rebornix rebornix added the verification-needed Verification of issue is requested label Feb 27, 2018
@sandy081 sandy081 added the verified Verification succeeded label Feb 28, 2018
@sandy081 sandy081 added this to the February 2018 milestone Feb 28, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants