You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,9 +95,16 @@
95
95
]
96
96
```
97
97
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`.
0 commit comments