This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-7-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit af642b5d7d21de71b69310930b39a4228af8ef93
Author: Aadya <101169283+theaa...@users.noreply.github.com>
AuthorDate: Sun Oct 15 22:08:56 2023 +0530

    Enhancement: Added Code from Image as Text (#34868)
    
    (cherry picked from commit 4dbec15bce5291ec4184beca63a265c675a38f79)
---
 CONTRIBUTORS_QUICK_START_VSCODE.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/CONTRIBUTORS_QUICK_START_VSCODE.rst 
b/CONTRIBUTORS_QUICK_START_VSCODE.rst
index c1baf31910..4042e1f216 100644
--- a/CONTRIBUTORS_QUICK_START_VSCODE.rst
+++ b/CONTRIBUTORS_QUICK_START_VSCODE.rst
@@ -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">

Reply via email to