Skip to content

Commit

Permalink
Enhancement: Added Code from Image as Text (apache#34868)
Browse files Browse the repository at this point in the history
  • Loading branch information
theaadya authored Oct 15, 2023
1 parent bb81c45 commit 4dbec15
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTORS_QUICK_START_VSCODE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,19 @@ Setting up debugging

- Change ``"program"`` to point to an example dag and add ``"env"`` and ``"python"`` fields to the new Python configuration

.. code-block:: json
{
"configurations": [
"program": "${workspaceFolder}/files/dags/example_bash_operator.py",
"env": {
"PYTHONUNBUFFERED": "1",
"AIRFLOW__CORE__EXECUTOR": "DebugExecutor"
},
"python": "${env:HOME}/.pyenv/versions/airflow/bin/python"
]
}
.. raw:: html

<div align="center" style="padding-bottom:10px">
Expand Down

0 comments on commit 4dbec15

Please sign in to comment.