Added some handy extensions and tasks
This commit is contained in:
@@ -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
1
.vscode/tasks.json
vendored
@@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user