-
Notifications
You must be signed in to change notification settings - Fork 305
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
Native Notebooks - Reduce languages displayed based on what kernel supports #5580
Comments
No this won't. |
Sorry, I meant the API would support it. The .NET team would do the work to expose those languages which in turn would be found by that API. Is that understanding correct? |
Again to be clear, we don't need to do anything here, .NET team can make the necessary chanages without any dependency on us. |
@DonJayamanne We were going to do this for us as well, only populate python, markdown, plain text + any magics python supports, am i not remembering correctly? |
Yes, you are correect, but wanted to ensure anyone looking at this issue that we're not blocking .NET |
Tested with .NET interactive. Languages correctly switched back and forth |
VS Code has finally enabled kernel supported language 🎉
microsoft/vscode#116314
Let's reduce the number of languages that are displayed to a user once they click on the language picker based on what the kernel supports.
Issue will be updated after meeting with Don to create shortlist.
This will also support the .NET team's requested experience.
The text was updated successfully, but these errors were encountered: