diff --git a/airflow/.devcontainer.json b/airflow/.devcontainer.json deleted file mode 100644 index 3a5be6f2..00000000 --- a/airflow/.devcontainer.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Apache Airflow - sqlite", - "dockerComposeFile": [ - "docker-compose.yaml" - ], - "settings": { - "terminal.integrated.defaultProfile.linux": "bash" - }, - "extensions": [ - "ms-python.python", - "ms-python.vscode-pylance", - "mtxr.sqltools", - "mtxr.sqltools-driver-pg", - "rogalmic.bash-debug", - "ms-azuretools.vscode-docker", - "dbaeumer.vscode-eslint", - "ecmel.vscode-html-css", - "timonwong.shellcheck", - "redhat.vscode-yaml", - "rogalmic.bash-debug" - ], - "service": "airflow", - "forwardPorts": [ - 8080, - 5555, - 5432, - 6379 - ], - "workspaceFolder": "/opt/airflow", - // for users who use non-standard git config patterns - // https://github.com/microsoft/vscode-remote-release/issues/2084#issuecomment-989756268 - "initializeCommand": "cd \"${localWorkspaceFolder}\" && git config --local user.email \"$(git config user.email)\" && git config --local user.name \"$(git config user.name)\"", - "overrideCommand": true -}