Skip to content

[add] Dev Container configuration for auto CDE#2

Merged
TechQuery merged 6 commits intomasterfrom
copilot/add-dev-container-configuration
Dec 5, 2025
Merged

[add] Dev Container configuration for auto CDE#2
TechQuery merged 6 commits intomasterfrom
copilot/add-dev-container-configuration

Conversation

Copy link
Contributor

Copilot AI commented Dec 4, 2025

Adds Dev Container configuration following the pattern from idea2app/Deno-quick-start.

Changes

  • .devcontainer/Dockerfile: Microsoft C++ devcontainer base image with XMake installed via official script
  • .devcontainer/devcontainer.json: VS Code extensions for C++ development (all recommended extensions from .vscode/extensions.json)
  • ReadMe.md: Simplified cloud development documentation since XMake is now pre-installed in the container

This enables one-click development environment setup via GitHub Codespaces or any Dev Container-compatible IDE.

Original prompt

参考 https://github.com/idea2app/Deno-quick-start 增加 Dev Container 配置。


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@coderabbitai
Copy link

coderabbitai bot commented Dec 4, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.


Comment @coderabbitai help to get the list of available commands and usage tips.

@TechQuery TechQuery added the enhancement New feature or request label Dec 4, 2025
Copilot AI changed the title [WIP] Add Dev Container configuration to project Add Dev Container configuration Dec 4, 2025
Copilot AI requested a review from TechQuery December 4, 2025 22:16
Copy link
Member

@TechQuery TechQuery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot 参考项目的文档中关于云开发环境中使用本模板仓库的说明也要照抄。

Copy link
Contributor Author

Copilot AI commented Dec 4, 2025

@copilot 参考项目的文档中关于云开发环境中使用本模板仓库的说明也要照抄。

Updated the "Use this template project in Cloud" section to remove the manual XMake installation step since it's now pre-installed in the Dev Container (1f2f6b3).

@TechQuery TechQuery marked this pull request as ready for review December 4, 2025 22:44
@TechQuery TechQuery changed the title Add Dev Container configuration [add] Dev Container configuration Dec 5, 2025
@TechQuery TechQuery changed the title [add] Dev Container configuration [add] Dev Container configuration for auto CDE Dec 5, 2025
@TechQuery TechQuery merged commit bab136f into master Dec 5, 2025
3 checks passed
@TechQuery TechQuery deleted the copilot/add-dev-container-configuration branch December 5, 2025 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants