Skip to content

Codespace setup #41836

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Codespace setup #41836

wants to merge 2 commits into from

Conversation

lmazuel
Copy link
Member

@lmazuel lmazuel commented Jun 30, 2025

Thanks for @timovv for the inspiration, it's mostly the JS one.
Thanks @kristapratico as well for the automation_script that I borrowed.

@Copilot Copilot AI review requested due to automatic review settings June 30, 2025 22:23
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR sets up the Codespace environment by introducing a new initialization script and updating the container configuration.

  • Added .devcontainer/init.sh to automate installation of nvm, Node, Python tooling, and other utilities.
  • Updated .devcontainer/devcontainer.json to enhance container configuration with remote user settings, mounts, run arguments, and language tooling settings.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.devcontainer/init.sh New script for environment initialization, installing nvm, Node, PowerShell, and Python tools.
.devcontainer/devcontainer.json Updated Codespaces configuration including improved remote user settings and development tool paths.
Comments suppressed due to low confidence (1)

.devcontainer/devcontainer.json:37

  • Verify if using 'python.pythonPath' aligns with the latest VS Code recommendations; 'python.defaultInterpreterPath' is now preferred for setting the Python interpreter.
        "python.pythonPath": "/opt/python/latest/bin/python",

@lmazuel
Copy link
Member Author

lmazuel commented Jun 30, 2025

Seems like it's working fine
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants