Skip to content

Commit b0fe54a

Browse files
authored
Merge branch 'main' into jsjoeio-fix-workflows
2 parents 754c748 + d7c1894 commit b0fe54a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/MAINTAINING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,10 @@ This is currently automated with the release process.
220220
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:
221221

222222
1. `git checkout -b vscode-update` - Create a new branch locally based off `main`
223-
2. `git fetch upstream` - Fetch upstream (VS Code)'s latest `main` branch
224-
3. `git merge upstream/main` - Merge it locally
225-
1. If there are merge conflicts, fix them locally
223+
2. `git fetch upstream` - Fetch upstream (VS Code)'s latest branches
224+
3. `git merge upstream/release/1.64` - Merge it locally
225+
1. replace `1.64` with the version you're upgrading to
226+
1. If there are merge conflicts, commit first, then fix them locally.
226227
4. Open a PR merging your branch (`vscode-update`) into `main` and add the code-server review team
227228

228229
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).

docs/requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ new Compute Engine VM instance:
3333
4. Choose the **region** that's closest to you based on [GCP
3434
ping](https://gcping.com/).
3535
5. Choose a **zone** (any option is fine).
36-
6. We recommend choose an **E2 series instance** from the [general-purpose
36+
6. We recommend choosing an **E2 series instance** from the [general-purpose
3737
family](https://cloud.google.com/compute/docs/machine-types#general_purpose).
3838
7. Change the instance type to **custom** and set at least **2 cores** and **2
3939
GB of RAM**. You can add more resources if desired, though you can also edit

0 commit comments

Comments
 (0)