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
Support using 'esc' or 'ctrl+u' to clear the contents of the interactive window input box.
(#10198)
Use new interpreter storage supporting multiroot workspaces when in Deprecate PythonPath experiment.
(#10325)
Modified Select interpreter command to support setting interpreter at workspace level.
(#10372)
Added a command Clear Workspace Interpreter Setting to clear value of Python interpreter from workspace settings.
(#10374)
Support reverse connection ("listen" in launch.json) from debug adapter to VSCode.
(#10437)
Use specific icons when downloading MPLS and Insiders instead of the spinner.
(#10495)
Notebook metadata is now initialized in alphabetical order.
(#10571)
Added command translations for Hindi Language.
(thanks Pai026)
(#10711)
Prompt when an "untrusted" workspace Python environment is to be auto selected when in Deprecate PythonPath experiment.
(#10879)
Added a command Reset stored info for untrusted Interpreters to reset "untrusted" interpreters storage when in Deprecate PythonPath experiment.
(#10912)
Added a user setting python.defaultInterpreterPath to set up the default interpreter path when in Deprecate PythonPath experiment.
(#11021)
Hide "untrusted" interpreters from 'Select interpreter' dropdown list when in DeprecatePythonPath Experiment.
(#11046)
Make spacing of icons on notebook toolbars match spacing on other VS code toolbars.
(#10464)
Make jupyter server status centered in the UI and use the same font as the rest of VS code.
(#10465)
Performa validation of interpreter only when a Notebook is opened instead of when extension activates.
(#10893)
Scrolling in cells doesn't happen on new line.
(#10952)
Ensure images in workspace folder are supported within markdown cells in a Notebook.
(#11040)
Make sure ipywidgets have a white background so they display in dark themes.
(#11060)
Arrowing down through cells put the cursor in the wrong spot.
(#11094)
Fixes
Ensure plot fits within the page of the PDF.
(#9403)
Fix typing in output of cells to not delete or modify any cells.
(#9519)
Show an error when ipywidgets cannot be found.
(#9523)
Experiments no longer block on telemetry.
(#10008)
Fix interactive window debugging after running cells in a notebook.
(#10206)
Fix problem with Data Viewer not working when builtin functions are overridden (like max).
(#10280)
Fix interactive window debugging when debugging the first cell to be run.
(#10395)
Fix interactive window debugging for extra lines in a function.
(#10396)
Notebook metadata is now initialized in the correct place.
(#10544)
Fix save button not working on notebooks.
(#10647)
Fix toolbars on 3rd party widgets to show correct icons.
(#10734)
Clicking or double clicking in output of a cell selects or gives focus to a cell. It should only affect the controls in the output.
(#10749)
Fix for notebooks not becoming dirty when changing a kernel.
(#10795)
Auto save for focusChange is not respected when switching to non text documents. Menu focus will still not cause a save (no callback from VS code for this), but should work for switching to other apps and non text documents.
(#10853)