Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing completions in VSCode #23681

Open
nicolo-ribaudo opened this issue May 3, 2024 · 0 comments
Open

Missing completions in VSCode #23681

nicolo-ribaudo opened this issue May 3, 2024 · 0 comments

Comments

@nicolo-ribaudo
Copy link

nicolo-ribaudo commented May 3, 2024

Version: Deno 1.43.1

I have an empty project/folder containing this file:

import * as t from "https://esm.sh/@babel/types@8.0.0-alpha.8/lib/index.js";

t. // <-- cursor here

When I trigger completions nothing show up, and the output panel shows Received an undefined response from tsc for completion details..

However, if I copy-paste the .d.ts of that file locally and disable the Deno extension, TypeScript properly shows completions.

@nicolo-ribaudo nicolo-ribaudo changed the title Missing autocompletions in VSCode Missing completions in VSCode May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant