VS Code Extension/LSP and rootDirs
The Deno VS Code extension and LSP don't seem to respect the
The default TypeScript VS Code extension and LSP respect this setting and they can see imports from other
compilerOptions.rootDirs setting. I've created a repro here: https://github.com/andymccurdy/deno-rootdirsThe default TypeScript VS Code extension and LSP respect this setting and they can see imports from other
rootDirs.GitHub
Repro showing error in Deno's VS Code extension or LSP - andymccurdy/deno-rootdirs
