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

Deno support #34

Open
platon-ivanov opened this issue Dec 16, 2024 · 2 comments
Open

Deno support #34

platon-ivanov opened this issue Dec 16, 2024 · 2 comments
Labels

Comments

@platon-ivanov
Copy link

Hello! This is a great and clean project! Is Deno v2 support on the timeline? What are the problems to be solved to make it possible?

@rphlmr
Copy link
Owner

rphlmr commented Dec 16, 2024

Hello, thanks 🙏

I tried but my lack of knowledge was a problem. For some reason I have troubles to scope the deno language service/plugin to a file and my editor is full of red errors 😅

@platon-ivanov
Copy link
Author

Thank you for the prompt answer!

If you are talking about the VS code environment, there are these options available:

{
  "deno.enable": true,
  "deno.enablePaths": [],
  "deno.disablePaths": []
}

So any time I have a non-deno package in the Deno monorepo, I disable it here, in the workspace root.

@rphlmr rphlmr added the planned label Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants