-
Notifications
You must be signed in to change notification settings - Fork 60
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
📖 Add dev doc on setting up live debugging #1653
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1653 +/- ##
=======================================
Coverage 68.34% 68.34%
=======================================
Files 63 63
Lines 5117 5117
=======================================
Hits 3497 3497
Misses 1390 1390
Partials 230 230
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
2f7f572
to
6557fc5
Compare
dev/podman/setup-local-env-podman.md
Outdated
|
||
`sudo vi /etc/containers/registries.conf.d/100-kind.conf` | ||
If your host is a Mac, first run: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you're broadening the doc scope beyond just macs and into linux processes, it would be nice to have a consistent approach to "{{ if $THISPLATFORM }} dostuff {{ endif }}".
I'll take a longer look later, but it gets a bit confusing later in this doc where it suggests that a mac could run systemctl. 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hehe yeah, good catch. i mean if there's enough differences we could just have distinct docs/tutorials for diff OSes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one! Thank you ^^
Adds a short doc on how to set up breakpoints with VSCode through Tilt. Also expands on the existing podman local environment document. Signed-off-by: Tayler Geiger <[email protected]>
6557fc5
to
52f3ba1
Compare
Adds a short doc on how to set up breakpoints with VSCode through Tilt. This isn't in the official website documentation, just in the /dev folder where we have an existing tutorial on setting up a kind registry with podman on mac.
Description
Reviewer Checklist