{ "name": "envsetup", "dockerComposeFile": "docker-compose.yml", "service": "app", "workspaceFolder": "/workspace", "extensions": [ "vscoss.vscode-ansible", "redhat.vscode-yaml", "samuelcolvin.jinjahtml", "ms-python.python", "ms-vscode.go" ], "vim-extensions": [ "deoplete-plugins/deoplete-jedi", "psf/black" ], "settings": { "files.associations": { "**/ansible/requirements*.in": "pip-requirements", "**/ansible/requirements*.txt": "pip-requirements", "**/ansible/*/*/*.yml": "ansible", "**/ansible/inventories/*/hosts": "ini", }, "python.pythonPath": "/home/code/pyvenv/bin/python", "python.formatting.provider": "black", "python.linting.flake8Enabled": true } }