Releases: Azure/azapi-vscode
Releases · Azure/azapi-vscode
v0.6.0
Enhancements
- Update
azapi-lsp
to https://github.com/Azure/azapi-lsp/releases/tag/v0.6.0
v0.5.0
Enhancements
- Update
azapi-lsp
to https://github.com/Azure/azapi-lsp/releases/tag/v0.5.0
v0.4.0
Enhancements
- Update
azapi-lsp
to https://github.com/Azure/azapi-lsp/releases/tag/v0.4.0
v0.3.0
Enhancements
- Update
azapi-lsp
to https://github.com/Azure/azapi-lsp/releases/tag/v0.3.0
v0.2.0
Enhancements
- Update
azapi-lsp
to https://github.com/Azure/azapi-lsp/releases/tag/v0.2.0
v0.1.0
Features
- Manages the Terraform AzApi Provider Language Server, exposing its features:
- Completion of
azapi
resources and data sources - Completion of allowed azure resource types when input
type
inazapi
resources - Completion of allowed azure resource properties when input
body
inazapi
resources, limitation: it only works when usejsonencode
function to build the JSON - Show hint when hover on
azapi
resources - Diagnostics to indicate schema errors as you type