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

Colored mismatch #1738

Open
Open
@nomiskel

Description

@nomiskel

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions