From 98338e9a447b8173dc8d28120ad93fcb9d805a8b Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 17 Dec 2020 14:37:56 -0700 Subject: [PATCH] chore: fix linting error --- doc/CONTRIBUTING.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index ee2829b3..4d3dca4a 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: -- GitLab