D. Setting up Python in VS Code
D. Setting up Python in VS Code¶
First, general stuff.
Customize VS Code appearance, including window/font size.
Deal with telemetry settings.
Install version control helpers.
Install spell checkers and set them up.
Second, Python-specific settings.
Select the Python environment and install Python development dependencies.
Set up formatting.
Decide on line length.
Type checking is discussed in another section.