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
{{ message }}
This repository was archived by the owner on Dec 8, 2020. It is now read-only.
Version of VSCode: 1.13.0
Version of the extension: 0.3.14
OS: Windows 10
Description:
If I'm not mistaken, the RLS linting is called whenever a key is pressed in the editor. This brings two issues:
1: RLS returns when I'm still typing and it gives wrong results.
2: When I start typing, there is always 1 core that is used at 100%, and my cpu don't like it (very noticeable on my weak laptop / barely noticeable on my tower).
Allowing a delay in ms in the configuration would fix these issues. For example, if I set the delay to 1000 ms, source linting will only be called after I stopped typing for 1 sec.