|
2 | 2 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
3 | 3 | # Contributing
|
4 | 4 |
|
5 |
| -- [Contributing](#contributing) |
6 |
| - - [Pull Requests](#pull-requests) |
7 |
| - - [Requirements](#requirements) |
8 |
| - - [Development Workflow](#development-workflow) |
9 |
| - - [Updating VS Code](#updating-vs-code) |
10 |
| - - [Notes about Changes](#notes-about-changes) |
11 |
| - - [Build](#build) |
12 |
| - - [Structure](#structure) |
13 |
| - - [Modifications to VS Code](#modifications-to-vs-code) |
14 |
| - - [Currently Known Issues](#currently-known-issues) |
| 5 | +- [Pull Requests](#pull-requests) |
| 6 | +- [Requirements](#requirements) |
| 7 | +- [Development Workflow](#development-workflow) |
| 8 | + - [Updating VS Code](#updating-vs-code) |
| 9 | + - [Notes about Changes](#notes-about-changes) |
| 10 | +- [Build](#build) |
| 11 | +- [Structure](#structure) |
| 12 | + - [Modifications to VS Code](#modifications-to-vs-code) |
| 13 | + - [Currently Known Issues](#currently-known-issues) |
15 | 14 |
|
16 | 15 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
17 | 16 |
|
@@ -62,6 +61,7 @@ To develop inside an isolated Docker container:
|
62 | 61 | ### Updating VS Code
|
63 | 62 |
|
64 | 63 | To update VS Code, follow these steps:
|
| 64 | + |
65 | 65 | 1. Run `yarn update:vscode`.
|
66 | 66 | 2. Enter a version. Ex. 1.53
|
67 | 67 | 3. This will open a draft PR for you.
|
|
0 commit comments