Custom Lint rule not applying in IDE with Deno Extension
When I'm using a custom lint rule, it applies the rule correctly when using
deno lint but it is not applying the rule in the regular VS Code IDE. Is that expected behavior, or am I potentially missing an implementation piece that does that dynamic analysis.2 Replies
try to clean the cache and
~/.denoI tried deno clean, but not clearing off the .deno directory. I will attempt that later.