From 256bd362c2b5d080967e586f9a2be613931dd47c Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 22 Feb 2021 15:50:59 -0500 Subject: [PATCH] add awesome-code-server --- docs/FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 611855221..e0cad6952 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -4,6 +4,7 @@ - [Questions?](#questions) - [iPad Status?](#ipad-status) +- [Community Projects (awesome-code-server)](#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) @@ -42,6 +43,10 @@ Please file all questions and support requests at https://github.com/cdr/code-se Please see [./ipad.md](./ipad.md). +## Community projects (awesome-code-server) + +Visit the [awesome-code-server](https://github.com/cdr/awesome-code-server) repository to view community projects and guides with code-server! Feel free to add your own! + ## How can I reuse my VS Code configuration? The very popular [Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync) extension works.