- Windows 11 + WSL 2
- VSCode
August 4, 2024 時点の設定
VSCode
https://github.com/microsoft/vscode-python/wiki/Migration-to-Python-Tools-Extensions#existing-python-tools-extensions
いつのまにか、なんか VSCode の拡張を適当にいれるだけで良い世界になっているっぽい。
- 基本的なところ
- ms-python.python
- ms-python.vscode-pylance
- ms-python.debugpy
- ms-python.mypy-type-checker
- njpwerner.autodocstring
- Formatter, Linter
- ms-python.flake8
- ms-python.black-formatter
- ms-python.isort
開発を始める時にやること
$ python -m venv .pyenv
$ source .pyenv/bin/activate
$ pip install pytest
気になっているもの