Skip to content

Instantly share code, notes, and snippets.

@xitarps
Created February 24, 2024 14:24
Show Gist options
  • Save xitarps/d40756fdbacc43ce6eda1ff4fc5d046c to your computer and use it in GitHub Desktop.
Save xitarps/d40756fdbacc43ce6eda1ff4fc5d046c to your computer and use it in GitHub Desktop.
.devcontainer
{
"name": "Ruby",
"image": "mcr.microsoft.com/devcontainers/ruby:3.3-bullseye",
"forwardPorts": [3000],
"customizations": {
"vscode": {
"extensions": []
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment