File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [ ![ CI] ( https://img.shields.io/github/actions/workflow/status/ryu1kn/vscode-partial-diff/ci.yml?branch=main&label=CI )] ( https://github.com/ryu1kn/vscode-partial-diff/actions/workflows/ci.yml )
2-
31# Partial Diff
42
53## Features
@@ -53,7 +51,7 @@ A couple of requests from me when you raise an github issue.
5351* ` partialDiff.commandsOnContextMenu ` (default: ` {"markSection1": true, ...} ` , all commands visible)
5452
5553 Commands appear on the context menu. Unlisted commands will still appear.
56-
54+
5755 For example, if you don't want to see * Compare Text in Visible Editors* command (Command ID: ` extension.partialDiff.diffVisibleEditors ` )
5856 on the context menu, you can set this setting as follows:
5957
@@ -106,7 +104,7 @@ A couple of requests from me when you raise an github issue.
106104* `partialDiff.enableTelemetry` (default: `true`)
107105
108106 Allow the extension usage data to be sent to the extension author.
109-
107+
110108 Partial Diff sends usage data only when **both** `partialDiff.enableTelemetry` and
111109 [`telemetry.enableTelemetry`](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting)
112110 are set to `true`.
You can’t perform that action at this time.
0 commit comments