-
Notifications
You must be signed in to change notification settings - Fork 294
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
Ask VS code for disabling language picker #6211
Comments
Is this to have a setting to hide the language picker along the right side of the notebook? |
Yeah. Part of the spec for Run by Line asked for the ability to prevent changing the language while debugging. |
So this isn't a must fix. It's a nice to have (if at all) Ie, why are we trying to do this. Is it fear that users can do this which could screw debugging experience? I don't think this is a good ask. |
If it helps get RBL in faster, we can table this |
Do we want this for other stuff besides run by line? I was talking with Rob and we concluded that there's no point in doing this. We followed Don's example. |
This isn't supported at the moment. Need VS code changes.
Time estimate is how long it would take to add it to VS code. Basically change their 'when' clause for select language.
The text was updated successfully, but these errors were encountered: