Skip to content

Commit e62baea

Browse files
committed
Removed the CI status badge as the README gets published to the marketplace which is a fixed version
1 parent b965788 commit e62baea

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
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`.

0 commit comments

Comments
 (0)