Skip to content

Commit 15b293c

Browse files
Apply copy edits
1 parent 80a503b commit 15b293c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/codeql/codeql-for-visual-studio-code/about-telemetry-in-codeql-for-visual-studio-code.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ If you opt in, GitHub collects the following information related to the usage of
2121

2222
- The identifiers of any CodeQL-related VS Code commands that are run.
2323
- For each command: the timestamp, time taken, and whether or not the command completed successfully.
24-
- Usage of UI elements, including buttons, links, and other inputs.
25-
- The contents of links or text inputs is not recorded.
26-
- Mouse movement and hovering is not recorded.
27-
- Occurrence of exceptions and error.
28-
- All sensitive information such as file paths or non-static exception message content is removed before uploading.
24+
- Interactions with UI elements, including buttons, links, and other inputs.
25+
- Link targets and text inputs are not recorded.
26+
- Mouse movement and hovering are not recorded.
27+
- Occurrence of exceptions and errors.
28+
- All sensitive information such as file paths and non-static exception message content are removed before uploading.
2929
- VS Code and extension version.
3030
- Randomly generated GUID that uniquely identifies a CodeQL extension installation. (Discarded before aggregation.)
3131
- IP address of the client sending the telemetry data. (Discarded before aggregation.)
@@ -51,6 +51,7 @@ We only collect the minimal amount of data we need to answer the questions about
5151
- No contents of CodeQL queries
5252
- No filesystem paths
5353
- No user-input text
54+
- No mouse interactions, such as movement or hovers
5455

5556
Disabling telemetry reporting
5657
------------------------------

0 commit comments

Comments
 (0)