Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Colored mismatch #1738

Open
nomiskel opened this issue Apr 18, 2024 · 0 comments
Open

Colored mismatch #1738

nomiskel opened this issue Apr 18, 2024 · 0 comments

Comments

@nomiskel
Copy link

Type: Feature Request

#define TEST 6

#if (TEST == 1)
#define TEST1
#elif (TEST == 2)
#define TEST2
#elif (TEST == 3)
#define TEST3
#elif (TEST == 4)
#define TEST4
#elif (TEST == 5)
#define TEST5
#elif (TEST == 6)
#define TEST6
#else
// Nothing
#endif

vsCode with Arduino IDE
Why #define TEST1 ... #define TEST5 are not greyed.?
(But it works Ok)

Extension version: 0.6.0
VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:41:02.734Z)
OS version: Windows_NT x64 10.0.22631
Modes:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant