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

View File

@ -15,5 +15,10 @@
"ghcr.io/devcontainers/features/ruby:1": { "ghcr.io/devcontainers/features/ruby:1": {
"version": "3.1" "version": "3.1"
} }
},
"customizations": {
"vscode": {
"extensions": ["ms-azuretools.vscode-docker","alexcvzz.vscode-sqlite","yzhang.markdown-all-in-one", "DavidAnson.vscode-markdownlint", "christian-kohler.npm-intellisense", "dbaeumer.vscode-eslint", "bierner.markdown-yaml-preamble"]
}
} }
} }

1
.vscode/tasks.json vendored
View File

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