vscode-elixir-credo icon indicating copy to clipboard operation
vscode-elixir-credo copied to clipboard

Cache the output of the command `mix credo info` until the `credo.exs`

Open pantajoe opened this issue 1 year ago • 0 comments

Right, now in the Linter class, the command mix credo info (which is used to determine whether an actively edited file should be linted with credo) is executed on every lint request.

That's very inefficient and therefore should be stored in the a workspace project's configuration and only re-fetched when the credo configuration changes.

pantajoe avatar Jun 02 '24 13:06 pantajoe