Skip to content

Commit 98338e9

Browse files
committed
chore: fix linting error
1 parent 9a16e4e commit 98338e9

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

doc/CONTRIBUTING.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
# Contributing
44

5-
- [Contributing](#contributing)
6-
- [Pull Requests](#pull-requests)
7-
- [Requirements](#requirements)
8-
- [Development Workflow](#development-workflow)
9-
- [Updating VS Code](#updating-vs-code)
10-
- [Build](#build)
11-
- [Structure](#structure)
12-
- [Modifications to VS Code](#modifications-to-vs-code)
13-
- [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+
- [Build](#build)
10+
- [Structure](#structure)
11+
- [Modifications to VS Code](#modifications-to-vs-code)
12+
- [Currently Known Issues](#currently-known-issues)
1413

1514
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1615

@@ -65,7 +64,6 @@ If you need to update VS Code, you can update the subtree with one line. Here's
6564
git subtree pull --prefix lib/vscode vscode release/1.52 --squash --message "Update VS Code to 1.52.1"
6665
```
6766

68-
6967
## Build
7068

7169
You can build using:

0 commit comments

Comments
 (0)