How can easily toggle problems reported by fallow in VSCode? (Hide squiggly lines) #287
-
|
fallow is very useful, but when working on duplicate code, the problems it reports can span many lines that I now want to work on. In VSCode, this is shown with blue squiggly lines by default, which can be distracting, especially when syntax, logic (TypeScript) or other linting problems (ESLint) problems are also being reported. Those other reports can be harder to spot and read, and the entire editor becomes a bit messy. There's Is there a solution for the fallow VSCode extension? Something as simple as "Fallow: Toggle problems" would work, but maybe something else already exists that I don't know of. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Released in v2.66.0. Thanks @FunctionDJ. The new |
Beta Was this translation helpful? Give feedback.
Released in v2.66.0. Thanks @FunctionDJ. The new
Fallow: Mute / Unmute Diagnosticcommands let you toggle individual issue types from the editor (no.fallowrc.jsoncround-trip), and the issue-type list is now populated dynamically from the language server.