Skip to content
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

chore: support devcontainer development #220

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Conversation

malandis
Copy link
Collaborator

@malandis malandis commented Oct 15, 2024

We add a devcontainer and Dockerfile to do local develpoment in
IntelliJ. We also add a Makefile wtih the common dev targets.

To use in IntelliJ:

  • Under services, add Docker
  • Open the devcontainer.json in the project
  • Right click the blue wireframe square in the gutter by the opening curly
    image
    Select "Create container and mount sources..."; select IntelliJ IDEA.
  • Wait for it to download IntelliJ, build, and launch
  • Develop in the new remote container IDE
  • Use settings sync to get settings aligned between the host IntelliJ and guest

We add a devcontainer and Dockerfile to do local develpoment in
IntelliJ. We also add a Makefile wtih the common dev targets.
@malandis malandis marked this pull request as ready for review October 15, 2024 23:32
Copy link
Contributor

@rishtigupta rishtigupta left a comment

Choose a reason for hiding this comment

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

:shipit: 💪

@malandis malandis merged commit d0c9a85 into main Oct 16, 2024
9 checks passed
@malandis malandis deleted the chore/add-dev-container branch October 16, 2024 01:13
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