diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6019c3e..1adef99 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -47,6 +47,7 @@ "terminal.integrated.shell.linux": "/usr/bin/fish", "terminal.integrated.shellArgs.linux": ["-c", "connect"], "terminal.integrated.sendKeybindingsToShell": true, + "autoOpenPreviewPanel.openPreviewToTheSide": false, "workbench.colorTheme": "Dracula Soft", "explorer.openEditors.visible": 1, "files.trimTrailingWhitespace": true, @@ -60,11 +61,14 @@ "ms-python.python", "redhat.vscode-yaml", "esbenp.prettier-vscode", + "carrie999.cyberpunk-2020", "ms-vsliveshare.vsliveshare", + "chadonsom.auto-view-readme", "ms-azuretools.vscode-docker", "github.vscode-github-actions", "ms-vscode.vscode-typescript-next", "github.vscode-pull-request-github", + "matt-rudge.auto-open-preview-panel", "ms-vscode-remote.remote-containers", "visualstudioexptteam.vscodeintellicode", "bierner.markdown-preview-github-styles" diff --git a/README.md b/README.md index 47687b9..1ccd83d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Kargo Community Homelab Platform Engineering +[![CI Testing - Kargo on Kind](https://github.com/ContainerCraft/Kargo/actions/workflows/kind.yaml/badge.svg)](https://github.com/ContainerCraft/Kargo/actions/workflows/kind.yaml) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/ContainerCraft/Kargo) This project is in pre-alpha pathfinding mode. See the [inagural Twitter/X Thread post](https://x.com/usrbinkat/status/1749186949590794551) by [@usrbinkat](https://twitter.com/usrbinkat)