Agentic SDLC fix - #460
Merged
Merged
Conversation
…/ AI / Agentic SDLC
- downgraded @vitejs/plugin-react from ^6.0.3 to ^4.3.4 - downgraded tailwindcss from ^4.3.3 to ^3.3.0 - downgraded vite from 8.1.5 to 7.2.6 - downgraded vitest from 4.1.10 to 4.0.10
Marco Weber (qxsch)
approved these changes
Aug 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the dev container configuration for the "Azure / AI / Agentic SDLC" track, improving the development environment, toolchain, and onboarding documentation. The changes ensure the correct tools and extensions are installed, streamline Codespaces setup, and clarify instructions for participants.
Dev container improvements:
.devcontainer/03-azure-01-04-ai-01-agentic-sdlc/Dockerfile) that installs essential tools likemakeandsqlite3. (.devcontainer/03-azure-01-04-ai-01-agentic-sdlc/Dockerfile)devcontainer.jsonto use the new Dockerfile, install required features (Node.js 24, Python 3.13, .NET 10, Java 17, GitHub CLI, Azure CLI with Bicep), set up VS Code extensions, forward important ports, and enforce minimum host requirements. (.devcontainer/03-azure-01-04-ai-01-agentic-sdlc/devcontainer.json)Onboarding and documentation:
challenge-01.mdinstructing users to fork the repo with the hackathon account and select the correct dev container configuration, preventing common setup issues. (03-Azure/01-04-AI/01_Agentic_SDLC/challenges/challenge-01.md)Frontend tooling adjustments:
@vitejs/plugin-react,tailwindcss,vite,vitest) to versions compatible with the new dev container environment. (03-Azure/01-04-AI/01_Agentic_SDLC/src/frontend/package.json)