Skip to content

Commit fa1826a

Browse files
committed
feat: Able to run tasks easily from vscode
vscode Extension https://marketplace.visualstudio.com/items?itemName=task.vscode-task
1 parent 5dafbe8 commit fa1826a

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

Taskfile.yaml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
version: "3"
22

33
includes:
4-
setup:
5-
taskfile: ./03-installation-and-setup/Taskfile.yaml
4+
01_setup:
65
dir: ./03-installation-and-setup
6+
taskfile: ./03-installation-and-setup/Taskfile.yaml
7+
02_deployment:
8+
dir: ./04-built-in-resource-types/Deployment
9+
taskfile: ./04-built-in-resource-types/Deployment/Taskfile.yaml
10+
03_service:
11+
dir: ./04-built-in-resource-types/Service
12+
taskfile: ./04-built-in-resource-types/Service/Taskfile.yaml
13+
04_job:
14+
dir: ./04-built-in-resource-types/Job
15+
taskfile: ./04-built-in-resource-types/Job/Taskfile.yaml
16+
05_config_map:
17+
dir: ./04-built-in-resource-types/ConfigMap
18+
taskfile: ./04-built-in-resource-types/ConfigMap/Taskfile.yaml
19+
20+
21+
22+

0 commit comments

Comments
 (0)