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: podman support for devcontainer #3529

Merged
merged 3 commits into from
Oct 19, 2024

Conversation

marcomuser
Copy link
Contributor

@marcomuser marcomuser commented Oct 19, 2024

I ran into some issues when using the Devcontainer setup in VS Code with Podman. This PR changes the devcontainer.json to allow the use of Podman. Docker usage should not be affected. It also adds the Prettier and ESLint Extensions for VS Code explicitly to the Devcontainer.

The author should do the following, if applicable

  • Add tests
  • Run tests
  • bun run format:fix && bun run lint:fix to format the code
  • Add TSDoc/JSDoc to document the code

Copy link

codecov bot commented Oct 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.30%. Comparing base (90833d2) to head (934cf0b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3529      +/-   ##
==========================================
+ Coverage   94.29%   94.30%   +0.01%     
==========================================
  Files         157      157              
  Lines        9488     9488              
  Branches     2763     2813      +50     
==========================================
+ Hits         8947     8948       +1     
+ Misses        541      540       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@yusukebe yusukebe left a comment

Choose a reason for hiding this comment

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

LGTM!

@yusukebe
Copy link
Member

@marcomuser

Looks good! Thank you.

@yusukebe yusukebe merged commit f8664b0 into honojs:main Oct 19, 2024
16 checks passed
TinsFox pushed a commit to TinsFox/hono that referenced this pull request Oct 28, 2024
* chore: add podman devcontainer support

* chore: remove deprecation warning

* chore: add extensions to devcontainer

---------

Co-authored-by: Marco Muser <marco.muser@enpal.de>
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