2021.6.0 (16 June 2021)
Enhancements
- Improved telemetry around the availability of
pip
for installation of Jupyter dependencies.
(#15937) - Move the Jupyter extension from being a hard dependency to an optional one, and display an informational prompt if Jupyter commands try to be executed from the Start Page.
(#16102) - Add an
enumDescriptions
key under thepython.languageServer
setting to describe all language server options.
(#16141) - Ensure users upgrade to v0.2.0 of the torch-tb-profiler TensorBoard plugin to access jump-to-source functionality.
(#16330) - Added
python.defaultInterpreterPath
setting at workspace level when inpythonDeprecatePythonPath
experiment.
(#16485) - Added default Interpreter path entry at the bottom of the interpreter list.
(#16485) - Remove execution isolation script used to run tools.
(#16485) - Show
python.pythonPath
deprecation prompt when inpythonDeprecatePythonPath
experiment.
(#16485) - Do not show safety prompt before auto-selecting a workspace interpreter.
(#16485) - Assume workspace interpreters are safe to execute for discovery.
(#16485)
Fixes
- Fixes a bug in the bandit linter where messages weren't being propagated to the editor.
(thanks Anthony Shaw)
(#15561) - Workaround existing MIME type misconfiguration on Windows preventing TensorBoard from loading when starting TensorBoard.
(#16072) - Changed the version of npm to version 6 instead of 7 in the lockfile.
(#16208) - Ensure selected interpreter doesn't change when the extension is starting up and in experiment.
(#16291) - Fix issue with sys.prefix when getting environment details.
(#16355) - Activate the extension when selecting the command
Clear Internal Extension Cache (python.clearPersistentStorage)
.
(#16397)