diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index ee2829b3d99029569c2482e709e4d00af1cb7592..4d3dca4a23cb15e78249ba49b8cca40aa4707219 100644 --- a/doc/CONTRIBUTING.md +++ b/doc/CONTRIBUTING.md @@ -2,15 +2,14 @@ # Contributing -- [Contributing](#contributing) - - [Pull Requests](#pull-requests) - - [Requirements](#requirements) - - [Development Workflow](#development-workflow) - - [Updating VS Code](#updating-vs-code) - - [Build](#build) - - [Structure](#structure) - - [Modifications to VS Code](#modifications-to-vs-code) - - [Currently Known Issues](#currently-known-issues) +- [Pull Requests](#pull-requests) +- [Requirements](#requirements) +- [Development Workflow](#development-workflow) + - [Updating VS Code](#updating-vs-code) +- [Build](#build) +- [Structure](#structure) + - [Modifications to VS Code](#modifications-to-vs-code) + - [Currently Known Issues](#currently-known-issues) @@ -65,7 +64,6 @@ If you need to update VS Code, you can update the subtree with one line. Here's git subtree pull --prefix lib/vscode vscode release/1.52 --squash --message "Update VS Code to 1.52.1" ``` - ## Build You can build using: