diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1898008..def738c 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,16 +12,25 @@ }, "containerEnv": { "KUBECONFIG": "/k3s/config/k3s.yaml" - } + }, // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], + "forwardPorts": [ "chromium:3000" ], // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "uname -a", // Configure tool-specific properties. - // "customizations": {}, + "customizations": { + "vscode": { + "extensions": [ + "mhutchie.git-graph", + "github.vscode-github-actions", + "ms-kubernetes-tools.vscode-kubernetes-tools", + "redhat.vscode-yaml" + ] + } + } // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root"