Skip to content

Conversation

askpt
Copy link
Member

@askpt askpt commented Oct 8, 2025

This PR

This pull request introduces a new development container configuration for the project, making it easier to set up a consistent development environment with all necessary tools and extensions. The configuration uses a Go-based container image, includes useful features and VS Code extensions, and sets up the workspace after container creation.

Development environment setup:

  • Added a new .devcontainer/devcontainer.json file to define a dev container based on the Go 1.24 image, with GitHub CLI and Docker-in-Docker features enabled.
  • Configured VS Code extensions for Go development, GitHub integration, YAML, Makefile, and other common tools.
  • Set the default user to vscode, required at least 8GB of host memory, and specified a post-create command to initialize git submodules and run make workspace-init.

@askpt askpt requested review from a team as code owners October 8, 2025 15:31
Copy link

netlify bot commented Oct 8, 2025

Deploy Preview for polite-licorice-3db33c canceled.

Name Link
🔨 Latest commit 29c0552
🔍 Latest deploy log https://app.netlify.com/projects/polite-licorice-3db33c/deploys/68ed2390f80231000808c3d3

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Oct 8, 2025
Copy link
Contributor

Summary of Changes

Hello @askpt, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request adds a new .devcontainer/devcontainer.json file to the project, enabling a consistent and pre-configured development environment using VS Code Dev Containers. The configuration is based on a Go 1.24 image, includes necessary features like GitHub CLI and Docker-in-Docker, and pre-installs a set of useful VS Code extensions for Go development, GitHub integration, and other common tools. It also sets up a post-creation command to initialize git submodules and run make workspace-init, ensuring the workspace is ready for development immediately.

Highlights

  • Dev Container Setup: This PR introduces a new development container configuration to standardize and simplify the project's development environment setup. It leverages a Go-based container image and includes essential tools and VS Code extensions.
  • Key Configurations: The configuration specifies a Go 1.24 image, integrates GitHub CLI and Docker-in-Docker features, and sets up a comprehensive suite of VS Code extensions for Go, GitHub, YAML, and Makefile development. It also defines an 8GB memory requirement and a post-creation command to initialize submodules and run make workspace-init.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

Warning

Gemini encountered an error creating the review. You can try again by commenting /gemini review.

@askpt askpt changed the title Add devcontainer support chore: Add devcontainer support Oct 8, 2025
@beeme1mr
Copy link
Member

beeme1mr commented Oct 8, 2025

/gemini review

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This is a great addition to the project! Using a devcontainer will significantly improve the developer onboarding experience and ensure a consistent environment. The configuration looks solid. I have a couple of suggestions to enhance the reproducibility and stability of the devcontainer setup.

askpt and others added 2 commits October 8, 2025 18:30
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: André Silva <[email protected]>
Copy link
Member

@aepfli aepfli left a comment

Choose a reason for hiding this comment

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

oh wow cool, thank you!!!!!!

@beeme1mr beeme1mr merged commit 5f291f8 into open-feature:main Oct 13, 2025
10 of 14 checks passed
@askpt askpt deleted the askpt/add-devcontainer branch October 13, 2025 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants