Skip to content

Commit dbfb5a0

Browse files
committed
Update docs and bump to 0.5.1
1 parent a8cb278 commit dbfb5a0

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

docs/subscribing.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,13 @@ command from the palette or click the *Rocket* icon from the account view:
4343

4444
![get-started](https://user-images.githubusercontent.com/50580/95288941-d88f9500-0826-11eb-8d2e-b981ad2f2cab.gif)
4545

46-
To view your account details or manage your subscription, proceed to <https://build.bzl.io/bzl/user>.
46+
To view your account details or manage your subscription, proceed to
47+
<https://build.bzl.io/bzl/user>.
48+
49+
### Telemetry.
50+
51+
This extension sends telemetry events to collect usage statistics on various
52+
features of the extension to help prioritize new features and/or diagnose
53+
problems. No personal data is collected. To opt out of telemetry, set the
54+
`telemetry.enableTelemetry` to `false` (this is the same flag for vscode
55+
telemetry itself).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bazel-stack-vscode",
33
"displayName": "bazel-stack-vscode",
44
"description": "Bazel Support for Visual Studio Code",
5-
"version": "0.5.0",
5+
"version": "0.5.1",
66
"publisher": "StackBuild",
77
"license": "Apache-2.0",
88
"icon": "stackb-full.png",

0 commit comments

Comments
 (0)