Skip to content

TreeHappy/gleam-devcontainer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gleam Devcontainer

This repo defines a devcontainer for writing Gleam code in VSCode, particularly using GitHub CodeSpaces.

In order to use this, you'll define a .devcontainer/devcontainer.json file in your repo with content that looks something like this

{
    "name": "Gleam",
    "image": "ghcr.io/stts-code-club/gleam-devcontainer:v0.2",
    "customizations": {
                "vscode": {
                        "extensions": [
                                "tamasfe.even-better-toml",
                                "gleam.gleam",
                                "editorconfig.editorconfig",
                                "github.copilot",
                                "github.copilot-chat"
                        ]
                }
        }
}

You can see more instructions here. Having done that, you can easily tell VSCode to edit your code inside the devcontainer.

About

Gleam devcontainer based on Alpine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%