Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>Python Essentials — AerisNew to Visual Studio Code? Get it now.
Python Essentials — Aeris

Python Essentials — Aeris

SneaxIII

|
27 installs
| (0) | Free
Pylance, the debugger and Ruff for both linting and formatting.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Python Essentials — Aeris

Pylance, the debugger and Ruff for both linting and formatting.

Included packs

  • SneaxIII.aeris-dx

Extensions

Extension Purpose
Python Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.
Pylance A performant, feature-rich language server for Python in VS Code
Python Debugger Python Debugger extension using debugpy.
Ruff A Visual Studio Code extension with support for the Ruff linter and formatter for Python.

Settings applied

This pack sets the following defaults. Anything you set yourself wins.

{
  "[python]": {
    "editor.formatOnSave": true,
    "editor.defaultFormatter": "charliermarsh.ruff",
    "editor.codeActionsOnSave": {
      "source.fixAll": "explicit",
      "source.organizeImports": "explicit"
    }
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft