Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3ba3caa

Browse files
code-asherjsjoeio
andauthored
docs: link upstream sync section in MAINTAINING to CONTRIBUTING (#5075)
* Link upstream sync section in MAINTAINING to CONTRIBUTING * Update MAINTAINING.md table of contents Co-authored-by: Joe Previte <jjprevite@gmail.com>
1 parent f0bfd3b commit 3ba3caa

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

‎docs/MAINTAINING.md‎

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- [Docker](#docker)
2020
- [Homebrew](#homebrew)
2121
- [npm](#npm)
22-
- [Syncing with Upstream VS Code](#syncing-with-upstream-vs-code)
22+
- [Syncing with upstream Code](#syncing-with-upstream-code)
2323
- [Testing](#testing)
2424
- [Documentation](#documentation)
2525
- [Troubleshooting](#troubleshooting)
@@ -214,18 +214,9 @@ We publish code-server as a npm package [here](https://www.npmjs.com/package/cod
214214

215215
This is currently automated with the release process.
216216

217-
## Syncing with Upstream VS Code
217+
## Syncing with upstream Code
218218

219-
The VS Code portion of code-server lives under [`coder/vscode`](https://github.com/coder/vscode). To update VS Code for code-server, follow these steps:
220-
221-
1. `git checkout -b vscode-update` - Create a new branch locally based off `main`
222-
2. `git fetch upstream` - Fetch upstream (VS Code)'s latest branches
223-
3. `git merge upstream/release/1.64` - Merge it locally
224-
1. replace `1.64` with the version you're upgrading to
225-
1. If there are merge conflicts, commit first, then fix them locally.
226-
4. Open a PR merging your branch (`vscode-update`) into `main` and add the code-server review team
227-
228-
Ideally, our fork stays as close to upstream as possible. See the differences between our fork and upstream [here](https://github.com/microsoft/vscode/compare/main...coder:main).
219+
Refer to the [contributing docs](https://coder.com/docs/code-server/latest/CONTRIBUTING#version-updates-to-code) for information on how to update Code within code-server.
229220

230221
## Testing
231222

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /