-
Notifications
You must be signed in to change notification settings - Fork 6.3k
docs: update sections around VS Code fork #4571
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
Conversation
fcd4764
to
2075f4b
Compare
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.
🧹 We're now using the main
branch (instead of code-server-v2
so step 3 was removed.
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.
❓ Is this the best approach?
Originally @TeffenEllis suggested going to the GitHub UI and hitting "fetch upstream." From a dev's perspective, that makes it super easy! The downside to that approach is there may be merge conflicts to resolve locally. If there are, they can't be reviewed by another developer.
Thoughts @code-asher?
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.
I like this approach. We will likely keep having conflicts for a while (we already currently have conflicts with upstream).
✨ Coder.com for PR #4571 deployed! It will be updated on every commit.
- Host: https://codercom-6h4rwzeqe-codercom.vercel.app/docs/code-server
- Last deploy status: success
- Commit: e6b3375
- Workflow status: https://github.com/cdr/code-server/actions/runs/1545836602
Codecov Report
Merging #4571 (e6b3375) into main (80f30fc) will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## main #4571 +/- ## ======================================= Coverage 65.52% 65.52% ======================================= Files 30 30 Lines 1665 1665 Branches 334 334 ======================================= Hits 1091 1091 Misses 485 485 Partials 89 89
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 80f30fc...e6b3375. Read the comment docs.
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.
Beautiful!
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.
This was not introduced in your PR but it looks like the following steps begin at 1 again:
https://github.com/cdr/code-server/blob/2075f4bd5a24dd461925559f80851dd16ba508c2/docs/CONTRIBUTING.md#updates-to-vs-code
It seems the auto-numbering cannot take into account breaks like the code block here. Another reason to avoid them I suppose 😄
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.
Oh dang it! lol i'll see if I can fix that
2075f4b
to
af646d2
Compare
This PR updates our docs around the VS Code fork and syncing with upstream.
Fixes #4533