Merge pull request #359 from ishan-deepsource/patch-1

fix: Download the VSIX URL
This commit is contained in:
Rob Lourens 2021-09-16 14:33:09 -07:00 коммит произвёл GitHub
Родитель 4f5a6ea3fc 5f5c958538
Коммит 2e3999f22c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 <my-vsix-path>` 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)