Added some handy extensions and tasks

This commit is contained in:
Nathan Byrd
2023-08-28 13:08:54 -05:00
parent 8a6506c475
commit 5f0a03638e
2 changed files with 6 additions and 0 deletions

1
.vscode/tasks.json vendored
View File

@@ -4,6 +4,7 @@
{
"label": "Start Jekyll (ENiGMA½ documentation server)",
"command": "cd docs && bundle exec jekyll serve",
"isBackground": true,
"type": "shell"
},
{