aboutsummaryrefslogtreecommitdiff
path: root/.zed/tasks.json
blob: eefb994c87af78e13caf9f7485563b134dcaba2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
  {
    "label": "Run",
    "command": "python main.py",
    "env": { "TOKEN": "$TOKEN" },
    "reveal": "no_focus",
    "shell": {
      "with_arguments": {
        "program": "bash",
        "args": ["--init-file", ".env"],
      },
    },
  },
]