You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, after the transition, the interactive window was no longer showing any code lenses. Took me a minute to figure out that's because the settings had been renamed and they now needed to be called
Only the JSON key "python.datascience.codeLenses" had been automatically renamed, not the string itself. I think it's worth triggering another automatic rewrite of user settings that handles this change so others don't encounter the same issue and perhaps spend longer on figuring out why their code lenses disappeared.
Second, some of my custom keybindings stopped working as well. E.g. I had
Thanks for filing this issue & I'm sorry you had to migrate these settings manually.
Looks like we missed some settings when migrating the settings to the new extension.
greazer
changed the title
Glitches due to vscode-jupyter transition
Some python settings not migrated to jupyter extension correctly (Was: Glitches due to vscode-jupyter transition)
Nov 16, 2020
janosh
changed the title
Some python settings not migrated to jupyter extension correctly (Was: Glitches due to vscode-jupyter transition)
Some python settings not migrated to jupyter extension correctly
Dec 1, 2020
It appears the VS Code Jupyter extension was recently auto-installed on my machine, presumably by the Python extension.
It seems to have done a decent job of porting my existing data science settings over to the new extension, e.g.
However, after the transition, the interactive window was no longer showing any code lenses. Took me a minute to figure out that's because the settings had been renamed and they now needed to be called
Only the JSON key
"python.datascience.codeLenses"
had been automatically renamed, not the string itself. I think it's worth triggering another automatic rewrite of user settings that handles this change so others don't encounter the same issue and perhaps spend longer on figuring out why their code lenses disappeared.Second, some of my custom keybindings stopped working as well. E.g. I had
which now just triggers a warning
Perhaps those can be auto-migrated as well.
The text was updated successfully, but these errors were encountered: