You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using conditional code, i.e. #if DEBUG ... #else ... #endif the code highlighting does not correctly follow changes in the conditional state, such as switching between Release and Debug profiles.
In the attached image, the top screenshot shows some code in a file that was opened while the Release profile was selected and the lower shows how it changed when the profile was changed to Debug. The code in the #else should have become all grey but did not. When it was changed back to Release the display reverted to the top screenshot.
Versions are Visual Studio 2019 16.3.1 and CoCo 3.2.1
The text was updated successfully, but these errors were encountered:
When using conditional code, i.e.
#if DEBUG ... #else ... #endif
the code highlighting does not correctly follow changes in the conditional state, such as switching between Release and Debug profiles.In the attached image, the top screenshot shows some code in a file that was opened while the Release profile was selected and the lower shows how it changed when the profile was changed to Debug. The code in the
#else
should have become all grey but did not. When it was changed back to Release the display reverted to the top screenshot.Versions are Visual Studio 2019 16.3.1 and CoCo 3.2.1
The text was updated successfully, but these errors were encountered: