|
2 | 2 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
3 | 3 | # Contributing
|
4 | 4 |
|
5 |
| -- [Contributing](#contributing) |
6 |
| - - [Requirements](#requirements) |
7 |
| - - [Linux-specific requirements](#linux-specific-requirements) |
8 |
| - - [Creating pull requests](#creating-pull-requests) |
9 |
| - - [Commits and commit history](#commits-and-commit-history) |
10 |
| - - [Development workflow](#development-workflow) |
11 |
| - - [Updates to VS Code](#updates-to-vs-code) |
12 |
| - - [Build](#build) |
13 |
| - - [Help](#help) |
14 |
| - - [Test](#test) |
15 |
| - - [Unit tests](#unit-tests) |
16 |
| - - [Script tests](#script-tests) |
17 |
| - - [Integration tests](#integration-tests) |
18 |
| - - [End-to-end tests](#end-to-end-tests) |
19 |
| - - [Structure](#structure) |
20 |
| - - [Modifications to VS Code](#modifications-to-vs-code) |
21 |
| - - [Currently Known Issues](#currently-known-issues) |
| 5 | +- [Requirements](#requirements) |
| 6 | + - [Linux-specific requirements](#linux-specific-requirements) |
| 7 | +- [Creating pull requests](#creating-pull-requests) |
| 8 | + - [Commits and commit history](#commits-and-commit-history) |
| 9 | +- [Development workflow](#development-workflow) |
| 10 | + - [Updates to VS Code](#updates-to-vs-code) |
| 11 | + - [Build](#build) |
| 12 | + - [Help](#help) |
| 13 | +- [Test](#test) |
| 14 | + - [Unit tests](#unit-tests) |
| 15 | + - [Script tests](#script-tests) |
| 16 | + - [Integration tests](#integration-tests) |
| 17 | + - [End-to-end tests](#end-to-end-tests) |
| 18 | +- [Structure](#structure) |
| 19 | + - [Modifications to VS Code](#modifications-to-vs-code) |
| 20 | + - [Currently Known Issues](#currently-known-issues) |
22 | 21 |
|
23 | 22 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
24 | 23 |
|
@@ -105,11 +104,11 @@ If changes are made and merged into `main` in the [`cdr/vscode`](https://github.
|
105 | 104 | }
|
106 | 105 | ```
|
107 | 106 |
|
108 |
| -1. From the code-server **project root**, run `yarn install`. |
| 107 | +2. From the code-server **project root**, run `yarn install`. |
109 | 108 | Then, test code-server locally to make sure everything works.
|
110 |
| -1. Check the Node.js version that's used by Electron (which is shipped with VS |
| 109 | +3. Check the Node.js version that's used by Electron (which is shipped with VS |
111 | 110 | Code. If necessary, update your version of Node.js to match.
|
112 |
| -1. Open a PR |
| 111 | +4. Open a PR |
113 | 112 |
|
114 | 113 | > Watch for updates to
|
115 | 114 | > `vendor/modules/code-oss-dev/src/vs/code/browser/workbench/workbench.html`. You may need to
|
|
0 commit comments