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
I don't know how long this small issue persists, I just recognized it some days ago.
The preprocessor command #define is causing the linter to throw an error, when there is more than one whitespace after the command. Guess it's a small and easy fix. 🙂
// This shows errors in the linter#define bla 1// this is fine#define bla 1// it doesn't accept more then one whitespace after #define
The text was updated successfully, but these errors were encountered:
I don't know how long this small issue persists, I just recognized it some days ago.
The preprocessor command #define is causing the linter to throw an error, when there is more than one whitespace after the command. Guess it's a small and easy fix. 🙂
The text was updated successfully, but these errors were encountered: