Skip to content

Commit edefe70

Browse files
committed
Run prettier
1 parent f48eebb commit edefe70

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,6 @@ Code v1.68.1
810810
would be accessible at `my.domain/proxy/8000/` without any authentication.
811811

812812
If all of the following apply to you please update as soon as possible:
813-
814813
- You run code-server with the built-in password authentication.
815814
- You run unprotected HTTP services on ports accessible by code-server.
816815

docs/install.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,11 @@ _exact_ same commands presented in the rest of this document.
8282
- For Arch Linux, code-server will install the AUR package.
8383
- For any unrecognized Linux operating system, code-server will install the
8484
latest standalone release into `~/.local`.
85-
8685
- Ensure that you add `~/.local/bin` to your `$PATH` to run code-server.
8786

8887
- For macOS, code-server will install the Homebrew package (if you don't have
8988
Homebrew installed, code-server will install the latest standalone release
9089
into `~/.local`).
91-
9290
- Ensure that you add `~/.local/bin` to your `$PATH` to run code-server.
9391

9492
- For FreeBSD, code-server will install the [npm package](#npm) with `npm`

src/browser/pages/global.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ body {
1515
color: #111;
1616
color: light-dark(#111, #ddd);
1717
margin: 0;
18-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
18+
font-family:
19+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
1920
"Segoe UI Emoji", "Segoe UI Symbol";
2021
overflow: hidden;
2122
}

0 commit comments

Comments
 (0)