Skip to content
Snippets Groups Projects
Unverified Commit 2cb5d60a authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Set VISUAL in devcontainer

For rails credentials:edit mostly...
parent 6d536693
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,11 @@
{
"name": "Ruby",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.2-bookworm"
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.2-bookworm",
"containerEnv": {
"VISUAL": "code --wait"
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment