From c9afd01b60a1de0b8857b27ac9adef8bd766f823 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 21 May 2020 11:59:04 -0400 Subject: [PATCH] Update FAQ for extension request template --- doc/FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index f9988509..a87fd2d7 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -53,7 +53,8 @@ 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. +To request an extension for the code-server marketplace, please open a new issue +and select the `Extension request` template. If you have your own custom marketplace, it is possible to point code-server to it by setting `$SERVICE_URL` and `$ITEM_URL` to point to it.