Add dev container configuration - #52
Merged
Merged
Conversation
…ripten support Co-authored-by: hzhangxyz <11623447+hzhangxyz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add configuration for dev container
Add dev container configuration
Nov 28, 2025
hzhangxyz
requested changes
Nov 28, 2025
hzhangxyz
left a comment
Member
There was a problem hiding this comment.
- feature中的python和node都用最新版本的
- clang-format.vscode-clang-format , ms-vscode.cpptools-extension-pack , ms-pyright.pyright , 加上
- esbenp.prettier-vscode 去掉
- export PATH="$HOME/.local/bin:$PATH" 这个要丢到 bashrc里
- EMSDK_DIR 如果存在需要pull
… and emsdk pull Co-authored-by: hzhangxyz <11623447+hzhangxyz@users.noreply.github.com>
Contributor
Author
Addressed all feedback in af51fdc:
|
hzhangxyz
approved these changes
Nov 28, 2025
hzhangxyz
marked this pull request as ready for review
November 28, 2025 11:22
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.
Adds dev container configuration matching the CI environment from GitHub Actions workflows.
devcontainer.json
mcr.microsoft.com/devcontainers/base:ubuntupost-create.sh
APT: libgtest-dev, clang-format
Python: uv package manager, syncs dev dependencies, adds PATH to bashrc
Node.js: npm ci
Emscripten: installs to
~/emsdkwith shell integration, pulls updates if already existsPre-commit hooks installation
Fixes 写一个dev container的配置 #51
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.