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

Ternary operator messes with variable member highlighting #108

Closed
jeff-hykin opened this issue Apr 18, 2019 · 2 comments
Closed

Ternary operator messes with variable member highlighting #108

jeff-hykin opened this issue Apr 18, 2019 · 2 comments
Labels
🐛 Bug Something isn't working Syntax: C For bugs that only occur in C

Comments

@jeff-hykin
Copy link
Owner

From microsoft/vscode-cpptools#3006

cfg.t_low_fan ? (cfg.t_low_fan == 1 ? "low" : "high") : "off";
@jeff-hykin jeff-hykin added 🐛 Bug Something isn't working Syntax: C For bugs that only occur in C labels Apr 18, 2019
@matter123
Copy link
Collaborator

matter123 commented Apr 18, 2019

This may be already fixed (with 1.8.4)

Language Image
C Screenshot from 2019-04-17 21-53-38
C++ Screenshot from 2019-04-17 21-53-50

@jeff-hykin
Copy link
Owner Author

Screen Shot 2019-04-18 at 12 06 43 AM

Theres what it looks like for me on `v1.8.4`

jeff-hykin added a commit that referenced this issue Apr 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working Syntax: C For bugs that only occur in C
Projects
None yet
Development

No branches or pull requests

2 participants