Open swampbear opened 4 weeks ago
@MOJOliciousFTW could you look at the devcontainer and dockerfile in branch 23-adjust-devcontainer....
I cannot quite make it work the way i thought
For context: do you work locally or in a github Codespace in browser?
github downtime is stopping me from testing. will retry another day.
wanted to try the jekyll container and add from there:
{
"name": "Jekyll Website Dev Container",
"image": "mcr.microsoft.com/devcontainers/jekyll",
"customizations": {
"vscode": {
"settings": {
"editor.tabSize": 2
},
"extensions": [
"shopify.ruby-lsp",
"davidanson.vscode-markdownlint"
]
}
}
}
Is your feature request related to a problem? Please describe.