Skip to content

Files

Latest commit

Mar 25, 2025
76b3af2 · Mar 25, 2025

History

History
21 lines (14 loc) · 499 Bytes

vscode.md

File metadata and controls

21 lines (14 loc) · 499 Bytes
title
VSCode

VSCode

Pros

  • lightweight
  • easy to set up debugging
  • free
  • Dev Containers: Use containers as preconfigured development environments. This makes it easy to set up new projects, onboard new teammates, use with GitHub Codespaces

Cons

  • worse code navigation compared to PyCharm
  • worse tooling for working with git (with free plugins)

References