chore: formatting

This commit is contained in:
Joe Previte 2021-02-26 15:46:31 -07:00
parent 019fe3c270
commit 36136fe70d
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
2 changed files with 12 additions and 12 deletions

View File

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

View File

@ -3,7 +3,7 @@
<html> <html>
<head> <head>
<script> <script>
performance.mark('code/didStartRenderer') performance.mark("code/didStartRenderer")
</script> </script>
<meta charset="utf-8" /> <meta charset="utf-8" />
@ -43,7 +43,7 @@
<script data-cfasync="false" src="{{CS_STATIC_BASE}}/dist/register.js"></script> <script data-cfasync="false" src="{{CS_STATIC_BASE}}/dist/register.js"></script>
<script data-cfasync="false" src="{{CS_STATIC_BASE}}/lib/vscode/out/vs/loader.js"></script> <script data-cfasync="false" src="{{CS_STATIC_BASE}}/lib/vscode/out/vs/loader.js"></script>
<script> <script>
performance.mark('code/willLoadWorkbenchMain'); performance.mark("code/willLoadWorkbenchMain")
</script> </script>
<!-- PROD_ONLY <!-- PROD_ONLY
<script data-cfasync="false" src="{{CS_STATIC_BASE}}/lib/vscode/out/vs/workbench/workbench.web.api.nls.js"></script> <script data-cfasync="false" src="{{CS_STATIC_BASE}}/lib/vscode/out/vs/workbench/workbench.web.api.nls.js"></script>