From 80c19878e0c65e96c335d4270933e6d95c8a309e Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Fri, 22 Mar 2019 19:58:13 +0000 Subject: [PATCH] Add note about extensions needing to be OSS (#113) * Add note about extensions needing to be OSS * Update README.md * Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bacda577..f653b4fb 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ How to [secure your setup](/doc/security/ssl.md). - Electron and Chrome OS applications to bridge the gap between local<->remote. - Run VS Code unit tests against our builds to ensure features work as expected. +### Notes + +- At the moment we can't use the official VSCode Marketplace. We've created a custom extension marketplace focused around open-sourced extensions. However, if you have access to the `.vsix` file, you can manually install the extension. + ## Contributing Development guides are coming soon.