dotfiles/vscode/.vscode/extensions/ms-python.python-2024.8.0/.devcontainer/devcontainer.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

2 lines
490 B
JSON

{"name":"VS Code Python Dev Container","build":{"dockerfile":"./Dockerfile","context":".."},"customizations":{"vscode":{"extensions":["charliermarsh.ruff","editorconfig.editorconfig","esbenp.prettier-vscode","dbaeumer.vscode-eslint","ms-python.python","ms-python.vscode-pylance","ms-python.debugpy"]}},"postCreateCommand":"bash scripts/postCreateCommand.sh","onCreateCommand":"bash scripts/onCreateCommand.sh","containerEnv":{"CI_PYTHON_PATH":"/workspaces/vscode-python/.venv/bin/python"}}