frdedynamics / find_the_duck

🐤 A social game. Have you found the duck? Write your name and hide it again for the next person!
https://frdedynamics.github.io/find_the_duck/
ISC License
2 stars 0 forks source link

Adjust devcontainer to work properly #23

Open swampbear opened 4 weeks ago

swampbear commented 4 weeks ago

Is your feature request related to a problem? Please describe.

swampbear commented 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

MOJOliciousFTW commented 4 weeks ago

For context: do you work locally or in a github Codespace in browser?

MOJOliciousFTW commented 4 weeks ago

fyi image https://www.githubstatus.com/

MOJOliciousFTW commented 4 weeks ago

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"
      ]
    }
  }
}