chore: run yarn fmt

This commit is contained in:
Joe Previte 2021-02-25 12:32:05 -07:00
parent 1b9ed6eea3
commit 169b51e453
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
3 changed files with 7 additions and 8 deletions

View File

@ -49,7 +49,6 @@ main() {
# To read about these flags, visit the docs: https://cli.github.com/manual/gh_pr_create
gh pr create --base master --title "feat(vscode): update to version $VSCODE_VERSION_TO_UPDATE" --body "This PR updates vscode to version: $VSCODE_VERSION_TO_UPDATE" --reviewer @cdr/code-server-reviewers --repo cdr/code-server --draft
echo "Going to try to update vscode for you..."
echo -e "Running: git subtree pull --prefix lib/vscode vscode release/${VSCODE_VERSION_TO_UPDATE} --squash\n"
# Try to run subtree update command

View File

@ -4,7 +4,7 @@
- [Questions?](#questions)
- [iPad Status?](#ipad-status)
- [Community Projects (awesome-code-server)](#awesome-code-server)
- [Community projects (awesome-code-server)](#community-projects-awesome-code-server)
- [How can I reuse my VS Code configuration?](#how-can-i-reuse-my-vs-code-configuration)
- [Differences compared to VS Code?](#differences-compared-to-vs-code)
- [How can I request a missing extension?](#how-can-i-request-a-missing-extension)

View File

@ -14,7 +14,7 @@
- [Standalone Releases](#standalone-releases)
- [Docker](#docker)
- [helm](#helm)
- [App Engines (Azure, Heroku)](#app-engines)
- [App Engines (Azure, Heroku)](#app-engines-azure-heroku)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->