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

Automatically ensure Deno language services are enabled when a notebook uses a Deno kernel #1252

Open
kitsonk opened this issue Feb 6, 2025 · 0 comments

Comments

@kitsonk
Copy link
Contributor

kitsonk commented Feb 6, 2025

Is your feature request related to a problem? Please describe.

Currently when you have a project and are working on a Jupyter Notebook and have Deno as the selected kernel, but haven't explicitly enabled Deno or created a deno.json in the workspace, the Deno language service does not activate.

Especially since you can specify imports directly in the notebook and not having a deno.json makes the notebook far more portable, automatically activating the language server when the notebook's kernel is Deno would make sense.

Ref #1102

Describe the solution you'd like

Automatically activate the language services when a workspace contains an open Jupyter Notebook with Deno as the selected kernel.

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