This commit is contained in:
Heng Lu 2022-01-10 09:45:56 +08:00 коммит произвёл GitHub
Родитель 460161b894
Коммит 7b9adb47f4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -2,10 +2,6 @@
The Terraform azurerm-restapi Provider Visual Studio Code (VS Code) extension adds editing features like completion/hover/diagnositics for [terraform-provider-azurerm-restapi](https://github.com/Azure/terraform-provider-azurerm-restapi) Terraform files using the [Terraform azurerm-restapi Provider Language Server](https://github.com/ms-henglu/azurerm-restapi-lsp).
## Demo
[![Video Demo](https://i9.ytimg.com/vi/mGLYP9rkWW8/mq1.jpg?sqp=CLyo1I4G&rs=AOn4CLCd7VRLVwSHzD7ZEbIwfGaJ-RDsdg)](https://youtu.be/mGLYP9rkWW8 "Terraform azurerm-restapi Provider Visual Studio Code Extension Demo")
## Features
- Manages installation and updates of the [Terraform azurerm-restapi Provider Language Server](https://github.com/ms-henglu/azurerm-restapi-lsp), exposing its features:
@ -19,7 +15,7 @@ The Terraform azurerm-restapi Provider Visual Studio Code (VS Code) extension ad
The [Terraform azurerm-restapi Provider Language Server](https://github.com/ms-henglu/azurerm-restapi-lsp) hasn't been released, so it can only be tested
in local for now.
0. Prerequisites: golang >1.16, node >v14.0.0, npm > 6.0.0
0. Prerequisites: golang >1.16, node v14.x.x, npm > 6.0.0
1. Clone [Terraform azurerm-restapi Provider Language Server](https://github.com/ms-henglu/azurerm-restapi-lsp) to local
2. Run `go install` under project folder
3. Add the following configuration to vscode setting file.