diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ec7f189..ccd6956 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,7 +16,8 @@ "customizations": { "vscode": { "extensions": [ - "redhat.vscode-yaml" + "redhat.vscode-yaml", + "humanitec.humanitec" ], "settings": { "yaml.schemas": { @@ -25,4 +26,4 @@ } } } -} \ No newline at end of file +}