tymT
Denoβ€’2mo agoβ€’
3 replies
tym

Accessing the `Deno.lint` namespace for Intellisense

Hello,

I have been trying to author a Deno.lint plugin following the guide. However, I can't get VSCode to recognize the namespace to get Intellisense to work.

I just get the error:
Namespace 'Deno' has no exported member 'lint'.deno-ts(2694)


I know that the API is labeled
unstable
, I have enabled
deno.lint
and tried
deno.unstable = true
in
.vscode/settings.json
but to no avail.

Does anyone know how to do this?
Was this page helpful?