D. Setting up Python in VS Code

D. Setting up Python in VS Code

First, general stuff.

  1. Customize VS Code appearance, including window/font size.

  2. Deal with telemetry settings.

  3. Install version control helpers.

  4. Install spell checkers and set them up.

Second, Python-specific settings.

  1. Select the Python environment and install Python development dependencies.

  2. Set up formatting.

  3. Decide on line length.

Type checking is discussed in another section.