mirror of
https://github.com/cmhobbs/crystal-devcontainer-template.git
synced 2026-04-29 09:39:08 -04:00
Add devcontainer template for Crystal.
This commit is contained in:
13
.devcontainer/devcontainer.json
Normal file
13
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "Crystal Development",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"remoteUser": "vscode",
|
||||
"workspaceFolder": "/workspaces/PROJECT_NAME",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": ["crystal-lang-tools.crystal-lang"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user