Skip to content

Commit 36136fe

Browse files
committed
chore: formatting
1 parent 019fe3c commit 36136fe

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
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-
- [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)
1514

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

@@ -62,6 +61,7 @@ To develop inside an isolated Docker container:
6261
### Updating VS Code
6362

6463
To update VS Code, follow these steps:
64+
6565
1. Run `yarn update:vscode`.
6666
2. Enter a version. Ex. 1.53
6767
3. This will open a draft PR for you.

src/browser/pages/vscode.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html>
44
<head>
55
<script>
6-
performance.mark('code/didStartRenderer')
6+
performance.mark("code/didStartRenderer")
77
</script>
88

99
<meta charset="utf-8" />
@@ -43,7 +43,7 @@
4343
<script data-cfasync="false" src="{{CS_STATIC_BASE}}/dist/register.js"></script>
4444
<script data-cfasync="false" src="{{CS_STATIC_BASE}}/lib/vscode/out/vs/loader.js"></script>
4545
<script>
46-
performance.mark('code/willLoadWorkbenchMain');
46+
performance.mark("code/willLoadWorkbenchMain")
4747
</script>
4848
<!-- PROD_ONLY
4949
<script data-cfasync="false" src="{{CS_STATIC_BASE}}/lib/vscode/out/vs/workbench/workbench.web.api.nls.js"></script>

0 commit comments

Comments
 (0)