From 174f2af69510edad8d9d42bef9f304a878496e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Urbanek?= Date: Thu, 29 Nov 2018 15:28:39 +0100 Subject: [PATCH] more clear description how to install Added description how to install and make it work --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 310e668..9147b72 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,9 @@ Virtual documents live in a sandbox, though. This means that communication with To do this, Chrome VS Code runs a proxy server in the extension process through which requests are redirected. While not particularly elegant, it allows to circumvent the SOP. - +## Using +Download latest vsix file (https://github.com/FabianLauer/chrome-vs-code/blob/master/chrome-vs-code-0.0.1.vsix) and install it in VS Code manually. Go to Extension -> Click "..." and there is "Install from VSIX". Restart vscode. +Commands(Ctrl+Shift+p): "Open Web Browser" and "Open Web Browser ( Split View)" ## Contributing