From 10b06cae1026b502fc0c342317012013000ede13 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 14 May 2020 19:53:15 -0400 Subject: [PATCH] Minor typo fixes --- ci/build/build-release.sh | 1 - doc/FAQ.md | 9 ++++++--- doc/guide.md | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ci/build/build-release.sh b/ci/build/build-release.sh index 583fc50d..1c040b0a 100755 --- a/ci/build/build-release.sh +++ b/ci/build/build-release.sh @@ -45,7 +45,6 @@ EOF ) > "$RELEASE_PATH/package.json" rsync yarn.lock "$RELEASE_PATH" rsync ci/build/npm-postinstall.sh "$RELEASE_PATH/postinstall.sh" - } bundle_vscode() { diff --git a/doc/FAQ.md b/doc/FAQ.md index 863166e8..3d812cf8 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -47,7 +47,10 @@ better by allowing the community to submit extensions and repos to avoid waiting an extension. If an extension is not available or does not work, you can grab its VSIX from its Github releases or -build it yourself and [Install from VSIX](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix). +build it yourself. Then run the `Extensions: Install from VSIX` command in the Command Palette and +point to the .vsix file. + +See below for installing an extension from the cli. Feel free to file an issue to add a missing extension to the marketplace. @@ -81,7 +84,7 @@ your instance. ## How should I expose code-server to the internet? -Please follow [./guide.md]](./guide.md) for our recommendations on setting up and using code-server. +Please follow [./guide.md](./guide.md) for our recommendations on setting up and using code-server. code-server only supports password authentication natively. @@ -101,7 +104,7 @@ only to HTTP requests. You can use [Let's Encrypt](https://letsencrypt.org/) to get an SSL certificate for free. -Again, Please follow [./guide.md]](./guide.md) for our recommendations on setting up and using code-server. +Again, Please follow [./guide.md](./guide.md) for our recommendations on setting up and using code-server. ## How do I securely access web services? diff --git a/doc/guide.md b/doc/guide.md index e14c2e66..8f04d7c8 100644 --- a/doc/guide.md +++ b/doc/guide.md @@ -179,7 +179,7 @@ reverse_proxy 127.0.0.1:8080 sudo systemctl reload caddy ``` -Visit `https://` to access code-server. Congratulations! +Visit `https://` to access code-server. Congratulations! In a future release we plan to integrate Let's Encrypt directly with code-server to avoid the dependency on caddy.