From 5f5c958538b222bbcb8e02b486158ba39d71c470 Mon Sep 17 00:00:00 2001 From: Ishan Vyas <88525625+ishan-deepsource@users.noreply.github.com> Date: Thu, 16 Sep 2021 20:15:23 +0530 Subject: [PATCH] fix: Download the VSIX URL --- syntax-visualizer/client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax-visualizer/client/README.md b/syntax-visualizer/client/README.md index bbc0e7bd..a6f1ed30 100644 --- a/syntax-visualizer/client/README.md +++ b/syntax-visualizer/client/README.md @@ -8,7 +8,7 @@ VSCode Extension that demonstrates some of the basic usage and functionality of ### Error Diagnostics from AST ![image](https://cloud.githubusercontent.com/assets/762848/21705272/d5f2f7d8-d373-11e6-9688-46ead75b2fd3.png) ## Install from VSIX -1. [Download the VSIX](https://github.com/Microsoft/tolerant-php-parser/raw/master/syntax-visualizer/client/php-syntax-visualizer-0.0.1.vsix), and load into VS Code by running +1. [Download the VSIX](https://github.com/microsoft/tolerant-php-parser/raw/main/syntax-visualizer/client/php-syntax-visualizer-0.0.1.vsix), and load into VS Code by running `code --install-extension ` or by selecting `Install from VSIX...` from the Command Palette (`Ctrl+Shift+P`). ![image](https://cloud.githubusercontent.com/assets/762848/21704944/62191a56-d371-11e6-97f6-8cc9ea0bbdec.png)