2020.12.0 (14 December 2020)
Enhancements
- FastAPI debugger feature.
(thanks Marcelo Trylesinski!)
(#14247) - Put linter prompt behind an experiment flag.
(#14760) - Use default color for "Select Python interpreter" on the status bar.
(thanks Daniel Rodriguez!)
(#14859) - Experiment to use the new environment discovery module.
(#14868) - Add experimentation API support for Pylance.
(#14895)
Fixes
- Format
.pyi
files correctly when using Black.
(thanks Steve Dignam!)
(#13341) - Add
node-loader
to supportwebpack
forfsevents
package.
(#14664) - Don't show play icon in diff editor.
(thanks David Sanders!)
(#14800) - Do not show "You need to select a Python interpreter before you start debugging" when "python" in debug configuration is invalid.
(#14814) - Fix custom language server message handlers being registered too late in startup.
(#14893)
Code Health
- Modified the errors generated when
launch.json
is not properly configured to be more specific about which fields are missing.
(thanks Shahzaib Paracha!)
(#14739)