Skip to content

Commit 9ceabb9

Browse files
committed
chore: add mkdocs serve task to vscode settings
1 parent ff9687a commit 9ceabb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/tasks.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
"type": "shell",
2121
"command": "hatch run build:cz bump",
2222
"problemMatcher": []
23+
},
24+
{
25+
"label": "robotcode: mkdocs serve",
26+
"type": "shell",
27+
"command": "hatch run pages:mkdocs serve",
28+
"problemMatcher": []
2329
}
2430

2531
]

0 commit comments

Comments
 (0)