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

Unused variable detection : greyed-out is hard to understand #51348

Closed
nn-hh opened this issue Jun 7, 2018 · 3 comments
Closed

Unused variable detection : greyed-out is hard to understand #51348

nn-hh opened this issue Jun 7, 2018 · 3 comments
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@nn-hh
Copy link

nn-hh commented Jun 7, 2018

Depending on the theme very hard to see.
Is not the gray wavy line better?

@paterasMSFT
Copy link

paterasMSFT commented Jun 7, 2018

You can change the color with this user setting:

"editorUnnecessary.foreground": "#ffff00"

@mjbvz
Copy link
Collaborator

mjbvz commented Jun 7, 2018

Thanks @paterasMSFT! Here's the user setting you can use to customize this currently:

	"workbench.colorCustomizations": {
		"editorUnnecessary.foreground": "#ffff00"
	}

We are also thinking about fading out code instead of using a solid grey color. Part of #51104

@mjbvz mjbvz closed this as completed Jun 7, 2018
@mjbvz mjbvz added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Jun 7, 2018
@Izhaki
Copy link

Izhaki commented Jul 12, 2018

No longer working in 1.25.0

#51420

@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

4 participants