Skip to content

Commit 3826a56

Browse files
committed
Updated README
1 parent 8001a7f commit 3826a56

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to "Partial Diff" extension will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
### Added
10+
- Usage data collecting capability, together with the configuration (`partialDiff.enableTelemetry`) which stops Partial Diff to collect usage data.
11+
812
## [1.3.0] - 2018-07-28
913
### Added
1014
- A configuration for individually show/hide Partial Diff commands on the context menu. [#27](https://github.com/ryu1kn/vscode-partial-diff/issues/27)

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,16 @@
9595
]
9696
```
9797
98+
* `partialDiff.enableTelemetry` (default: `true`)
99+
100+
Allow the extension usage data to be sent to the extension author.
101+
Regardless of this flag, Partial Diff does **NOT** send usage data
102+
if the editor's [`telemetry.enableTelemetry`](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting) is set to `false`.
103+
98104
* `partialDiff.hideCommandsOnContextMenu` (default: `false`)
99105
100-
(DEPRECATED) Hide Partial Diff commands on the context menu. Please use `partialDiff.commandsOnContextMenu` instead.
106+
(DEPRECATED) Hide Partial Diff commands on the context menu.
107+
Please use `partialDiff.commandsOnContextMenu` instead.
101108
102109
## Keyboard Shortcuts
103110

0 commit comments

Comments
 (0)