vscode_deno icon indicating copy to clipboard operation
vscode_deno copied to clipboard

Add setting to hide `Implicitly using latest version` lints

Open nikitavoloboev opened this issue 1 year ago • 4 comments

Is your feature request related to a problem? Please describe.

Currently if you don't specify a version of import, you will see this lint error:

image

I would like to not see it. I am aware that it is best to explicitly pin versions of imports being used but sometimes I don't want to do this and I don't want to see the lint error as it's distracting.

Describe the solution you'd like

I would like a setting added where you can disable/enable a lint for this case.

Thank you.

nikitavoloboev avatar Dec 27 '22 17:12 nikitavoloboev