You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Deno's unstable feature sloppy-imports, VSCode's Language Server Protocol (LSP) fails to properly handle type definitions that are re-exported through intermediary files.
Problem
When using Deno's unstable feature
sloppy-imports
, VSCode's Language Server Protocol (LSP) fails to properly handle type definitions that are re-exported through intermediary files.Steps
Project Structure
File Contents
project/deno.json
project/main.ts
shared/mod.ts
shared/type.ts
Expected behavior
Versions
The text was updated successfully, but these errors were encountered: