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
Somehow a message displayed by VSC gets dismissed by VSC, and the extension disables all messages.
The requirement should be that we NOT disable the linting, instead we should disable displaying the warning message.
Previously we had a message Do not display again message. We need something similar or we need to change the code to keep linting, and fail silently or some other solution.
The text was updated successfully, but these errors were encountered:
Solution: Restart VSC. Personally asking users to restart VSC is not a solution.
Bug is here lm.disableSessionLinting();
Somehow a message displayed by VSC gets dismissed by VSC, and the extension disables all messages.
The requirement should be that we NOT disable the linting, instead we should disable displaying the warning message.
Previously we had a message
Do not display again
message. We need something similar or we need to change the code to keep linting, and fail silently or some other solution.The text was updated successfully, but these errors were encountered: