help: message: Type definition not found for `Input` identifier
I keep getting errors in vscode.

custom attribute panicked
help: message: Type definition not found for `Input` identifier
The project does, however, compile using deno_bindgen without errors.
I've the same issue with VSCode, and Sublime. The problem is being reported by rust-analyser and RLS on VS. When I deactivate rust-analyser and activate RLS I get the same "error: custom attribute panicked" To ilustrate : https://www.reddit.com/r/rust/comments/t17vpj/rustanalyzer_and_procmacros/ https://stackoverflow.com/questions/70383686/rust-analyzer-throws-unresolved-macro-despite-disabling-macro-error-and-unr https://zulip-archive.rust-lang.org/stream/185405-t-compiler/rust-analyzer/topic/Fail.20to.20find.20macro.20definition.20under.20VSCode.html
So, would this be fixed?