From 38ff1a0f70c3dd4b9ec850f620324b1cabf0a7c9 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Mon, 13 Oct 2025 08:41:11 +0200 Subject: [PATCH] docs: cleanup whitespace. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcb285414..08b49d136 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,8 @@ _Note: To use the MongoDB Participant, you must have the [GitHub Copilot](https: | `mdb.connectionSaving.` `defaultConnectionSavingLocation` | When the setting that hides the option to choose where to save new connections is checked, this setting sets if and where new connections are saved. | `Global` | | `mdb.useDefaultTemplateForPlayground` | Choose whether to use the default template for playground files or to start with an empty playground editor. | `true` | | `mdb.uniqueObjectIdPerCursor` | The default behavior is to generate a single ObjectId and insert it on all cursors. Set to true to generate a unique ObjectId per cursor instead. | `false` | -| `mdb.sendTelemetry` | Opt-in and opt-out for diagnostic and telemetry collection. | `true` | -| `mdb.useSampleDocsInCopilot` | Enable sending sample field values with the VSCode copilot chat @MongoDB participant /query command. | `false` | +| `mdb.sendTelemetry` | Opt-in and opt-out for diagnostic and telemetry collection. | `true` | +| `mdb.useSampleDocsInCopilot` | Enable sending sample field values with the VSCode copilot chat @MongoDB participant /query command. | `false` | ## Additional Settings