Skip to content

Commit

Permalink
Feature telemetry (#50)
Browse files Browse the repository at this point in the history
* support telemetry

* format

* improve test perf

* update node version
  • Loading branch information
ms-henglu authored Dec 17, 2024
1 parent d92edd9 commit 209d152
Show file tree
Hide file tree
Showing 8 changed files with 3,451 additions and 1,537 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.2
23.3.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ We use telemetry to send error reports to our team, so we can respond more effec
See the [CHANGELOG](https://github.com/Azure/azapi-vscode/blob/develop/CHANGELOG.md) for more information.

## Local development
0. Prerequisites: golang >1.16, node 16.X, npm 8.X
0. Prerequisites: golang >1.22, node 23.X, npm 10.X
1. Clone [Terraform AzApi Provider Language Server](https://github.com/Azure/azapi-lsp) to local
2. Run `go install` under project folder
3. Add the following configuration to vscode setting file.
Expand Down
Loading

0 comments on commit 209d152

Please sign in to comment.