From 7f0928dd0739b4e93f19befaabe2f0e3549e93f5 Mon Sep 17 00:00:00 2001 From: Rhys Howell Date: Tue, 16 May 2023 15:44:51 -0400 Subject: [PATCH 1/8] remove br html tag in markdown, remove extra spacing --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index c0c7bc9be..83d57024d 100644 --- a/README.md +++ b/README.md @@ -70,21 +70,21 @@ If you use Terraform to manage your infrastructure, MongoDB for VS Code helps yo ## Extension Settings -| Setting | Description | Default | +| Setting | Description | Default | |-------------------------------------------------------------------------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |---------------------------------------------------------------------------------------------------------------------------- | -| `mdb.shell` | The MongoDB shell to use ( `mongosh` or the legacy `mongo` ). | `mongosh` | -| `mdb.showMongoDBConnectionExplorer` | Show or hide the MongoDB Connection explorer. | `true` | -| `mdb.showMongoDBPlaygrounds` | Show or hide the MongoDB Playgrounds explorer. | `true` | -| `mdb.showMongoDBHelpExplorer` | Show or hide the MongoDB Help panel. | `true` | -| `mdb.defaultLimit` | The number of documents to fetch when viewing documents from a collection. | `10` | -| `mdb.confirmRunAll` | Show a confirmation message before running commands in a playground. | `true` | -| `mdb.confirmDeleteDocument` | Show a confirmation message before deleting a document in the tree view. | `true` | -| `mdb.excludeFromPlaygroundsSearch` | Exclude files and folders while searching for playground files in the current workspace. | Refer to [`package.json`](https://github.com/mongodb-js/vscode/blob/7b10092db4c8c10c4aa9c45b443c8ed3d5f37d5c/package.json) | -| `mdb.connectionSaving.`
`hideOptionToChooseWhereToSaveNewConnections` | When a connection is added, a prompt is shown that let's the user decide where the new connection should be saved. When this setting is checked, the prompt is not shown and the default connection saving location setting is used. | `true` | -| `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.shell` | The MongoDB shell to use ( `mongosh` or the legacy `mongo` ). | `mongosh` | +| `mdb.showMongoDBConnectionExplorer` | Show or hide the MongoDB Connection explorer. | `true` | +| `mdb.showMongoDBPlaygrounds` | Show or hide the MongoDB Playgrounds explorer. | `true` | +| `mdb.showMongoDBHelpExplorer` | Show or hide the MongoDB Help panel. | `true` | +| `mdb.defaultLimit` | The number of documents to fetch when viewing documents from a collection. | `10` | +| `mdb.confirmRunAll` | Show a confirmation message before running commands in a playground. | `true` | +| `mdb.confirmDeleteDocument` | Show a confirmation message before deleting a document in the tree view. | `true` | +| `mdb.excludeFromPlaygroundsSearch` | Exclude files and folders while searching for playground files in the current workspace. | Refer to [`package.json`](https://github.com/mongodb-js/vscode/blob/7b10092db4c8c10c4aa9c45b443c8ed3d5f37d5c/package.json) | +| `mdb.connectionSaving.hideOptionToChooseWhereToSaveNewConnections` | When a connection is added, a prompt is shown that let's the user decide where the new connection should be saved. When this setting is checked, the prompt is not shown and the default connection saving location setting is used. | `true` | +| `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` | ## Additional Settings ### Autocomplete From 525d74e4a4a7398607847c54c797ddf62342cd05 Mon Sep 17 00:00:00 2001 From: Rhys Date: Tue, 16 May 2023 16:31:27 -0400 Subject: [PATCH 2/8] Update README.md Co-authored-by: Alena Khineika --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83d57024d..43a6e4240 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ If you use Terraform to manage your infrastructure, MongoDB for VS Code helps yo | `mdb.confirmDeleteDocument` | Show a confirmation message before deleting a document in the tree view. | `true` | | `mdb.excludeFromPlaygroundsSearch` | Exclude files and folders while searching for playground files in the current workspace. | Refer to [`package.json`](https://github.com/mongodb-js/vscode/blob/7b10092db4c8c10c4aa9c45b443c8ed3d5f37d5c/package.json) | | `mdb.connectionSaving.hideOptionToChooseWhereToSaveNewConnections` | When a connection is added, a prompt is shown that let's the user decide where the new connection should be saved. When this setting is checked, the prompt is not shown and the default connection saving location setting is used. | `true` | -| `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.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` | From 2d23973efba8b0db9311d72033f33c4beeaf136c Mon Sep 17 00:00:00 2001 From: Rhys Date: Tue, 16 May 2023 16:31:33 -0400 Subject: [PATCH 3/8] Update README.md Co-authored-by: Alena Khineika --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a6e4240..c5accaaac 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ If you use Terraform to manage your infrastructure, MongoDB for VS Code helps yo | `mdb.confirmRunAll` | Show a confirmation message before running commands in a playground. | `true` | | `mdb.confirmDeleteDocument` | Show a confirmation message before deleting a document in the tree view. | `true` | | `mdb.excludeFromPlaygroundsSearch` | Exclude files and folders while searching for playground files in the current workspace. | Refer to [`package.json`](https://github.com/mongodb-js/vscode/blob/7b10092db4c8c10c4aa9c45b443c8ed3d5f37d5c/package.json) | -| `mdb.connectionSaving.hideOptionToChooseWhereToSaveNewConnections` | When a connection is added, a prompt is shown that let's the user decide where the new connection should be saved. When this setting is checked, the prompt is not shown and the default connection saving location setting is used. | `true` | +| `mdb.connectionSaving.` `hideOptionToChooseWhereToSaveNewConnections` | When a connection is added, a prompt is shown that let's the user decide where the new connection should be saved. When this setting is checked, the prompt is not shown and the default connection saving location setting is used. | `true` | | `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` | From 12ad1c61b03370958e728fec99f331c3124dee62 Mon Sep 17 00:00:00 2001 From: Rhys Date: Tue, 16 May 2023 16:31:37 -0400 Subject: [PATCH 4/8] Update README.md Co-authored-by: Alena Khineika --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5accaaac..fcbccb7ec 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ If you use Terraform to manage your infrastructure, MongoDB for VS Code helps yo ## Extension Settings -| Setting | Description | Default | +| Setting | Description | Default | |-------------------------------------------------------------------------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |---------------------------------------------------------------------------------------------------------------------------- | | `mdb.shell` | The MongoDB shell to use ( `mongosh` or the legacy `mongo` ). | `mongosh` | | `mdb.showMongoDBConnectionExplorer` | Show or hide the MongoDB Connection explorer. | `true` | From f543e115a84a803d015e9c3422b2078c4396e694 Mon Sep 17 00:00:00 2001 From: Rhys Date: Tue, 16 May 2023 16:31:44 -0400 Subject: [PATCH 5/8] Update README.md Co-authored-by: Alena Khineika --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fcbccb7ec..57c77b010 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ If you use Terraform to manage your infrastructure, MongoDB for VS Code helps yo | `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` | + ## Additional Settings ### Autocomplete From 3f91b0e01504dd7eebc4dc3528a4de3049fc220f Mon Sep 17 00:00:00 2001 From: Rhys Date: Tue, 16 May 2023 18:31:24 -0400 Subject: [PATCH 6/8] Update README.md Co-authored-by: Alena Khineika --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57c77b010..7b13552ac 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ If you use Terraform to manage your infrastructure, MongoDB for VS Code helps yo ## Extension Settings | Setting | Description | Default | -|-------------------------------------------------------------------------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |---------------------------------------------------------------------------------------------------------------------------- | +| - | - | - | | `mdb.shell` | The MongoDB shell to use ( `mongosh` or the legacy `mongo` ). | `mongosh` | | `mdb.showMongoDBConnectionExplorer` | Show or hide the MongoDB Connection explorer. | `true` | | `mdb.showMongoDBPlaygrounds` | Show or hide the MongoDB Playgrounds explorer. | `true` | From 21974d881f4b3454feb8ffc79ef4d4e3f2942b0c Mon Sep 17 00:00:00 2001 From: Rhys Date: Tue, 16 May 2023 18:31:30 -0400 Subject: [PATCH 7/8] Update README.md Co-authored-by: Alena Khineika --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b13552ac..7e393dc3e 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ If you use Terraform to manage your infrastructure, MongoDB for VS Code helps yo | Setting | Description | Default | | - | - | - | | `mdb.shell` | The MongoDB shell to use ( `mongosh` or the legacy `mongo` ). | `mongosh` | -| `mdb.showMongoDBConnectionExplorer` | Show or hide the MongoDB Connection explorer. | `true` | +| `mdb.showMongoDBConnectionExplorer` | Show or hide the MongoDB Connection explorer. | `true` | | `mdb.showMongoDBPlaygrounds` | Show or hide the MongoDB Playgrounds explorer. | `true` | | `mdb.showMongoDBHelpExplorer` | Show or hide the MongoDB Help panel. | `true` | | `mdb.defaultLimit` | The number of documents to fetch when viewing documents from a collection. | `10` | From 2c89f937e0cf4c71904d473fed2e54c681a49704 Mon Sep 17 00:00:00 2001 From: Rhys Date: Tue, 16 May 2023 18:31:35 -0400 Subject: [PATCH 8/8] Update README.md Co-authored-by: Alena Khineika --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e393dc3e..9c9fbede1 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ If you use Terraform to manage your infrastructure, MongoDB for VS Code helps yo | Setting | Description | Default | | - | - | - | -| `mdb.shell` | The MongoDB shell to use ( `mongosh` or the legacy `mongo` ). | `mongosh` | +| `mdb.shell` | The MongoDB shell to use ( `mongosh` or the legacy `mongo` ). | `mongosh` | | `mdb.showMongoDBConnectionExplorer` | Show or hide the MongoDB Connection explorer. | `true` | | `mdb.showMongoDBPlaygrounds` | Show or hide the MongoDB Playgrounds explorer. | `true` | | `mdb.showMongoDBHelpExplorer` | Show or hide the MongoDB Help panel. | `true` |