mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-04-27 11:00:54 +00:00
18 lines
504 B
JSON
18 lines
504 B
JSON
{
|
|
//"forwardPorts": [1, 2, 3],
|
|
|
|
// Install needed extensions
|
|
"extensions": [
|
|
"ms-azuretools.vscode-docker",
|
|
"golang.Go",
|
|
"MS-vsliveshare.vsliveshare",
|
|
"earthly.earthfile-syntax-highlighting"
|
|
],
|
|
|
|
// Adds VS Code settings.json values into the environment.
|
|
"settings": {
|
|
"peacock.remoteColor": "#0078D7"
|
|
},
|
|
// Run Bash script in .devcontainer directory
|
|
"postCreateCommand": "/bin/bash ./.devcontainer/post-create.sh > ~/post-create.log",
|
|
} |