mirror of
https://github.com/cmhobbs/crystal-devcontainer-template.git
synced 2026-01-03 16:05:32 -05:00
14 lines
265 B
JSON
14 lines
265 B
JSON
{
|
|
"name": "Crystal Development",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"remoteUser": "vscode",
|
|
"workspaceFolder": "/workspaces/PROJECT_NAME",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": ["crystal-lang-tools.crystal-lang"]
|
|
}
|
|
}
|
|
}
|