Optimized workspace settings for Python/JavaScript/TypeScript development.

One Hunter Theme (Vercel)
- Python: Pylance integration, virtual environment auto-activation, formatting with Black/isort
- Editor: Enhanced productivity with sticky scroll, hover delays, bracket colorization
- Terminal: Smooth scrolling, shell integration, environment variables
- Git: Auto-fetch, smart commit, decorations enabled
- Git clone this
.vscodeproject to your project root
git clone https://github.com/szj2ys/.vscode.git- Install recommended extensions when prompted
- Important: Select correct Python interpreter in VS Code if environment doesn't auto-activate
- Virtual env path:
${workspaceFolder}/.venv/bin/python - Debug configs: Python current file, TypeScript with ts-node
- Formatting: Auto-format on save enabled