diff --git a/source/settings.txt b/source/settings.txt index 83841eb..65e335d 100644 --- a/source/settings.txt +++ b/source/settings.txt @@ -28,7 +28,7 @@ The following table lists the available settings for |vsce|: .. list-table:: - :widths: 25 50 25 + :widths: 25 45 30 :header-rows: 1 * - Setting @@ -109,6 +109,32 @@ The following table lists the available settings for collection. Does not affect playground operations. - ``10`` + * - :guilabel:`Preset Connections` + - Specifies a preset list of connections. Use this setting to share + connection configurations in a workspace or global scope. + + Edit the ``mdb.presetConnection`` property in your project's + ``settings.json`` file. + + Within the ``mdb.presetConnections`` object, you + can specify: + + - A ``name`` for the connection. + - A ``connectionString`` for your deployment. + + :red:`WARNING:` Do not store sensitive credentials in this setting. + Connection strings are stored in plain text, so they can be easily + accessed. + + - .. code-block:: json + + [ + { + "name": "Preset Connection", + "connectionString": "mongodb://localhost:27017" + } + ] + * - :guilabel:`Send Telemetry` - If enabled, allows the collection of anonymous diagnostic and usage telemetry data to help improve |vsce|.