-
Notifications
You must be signed in to change notification settings - Fork 35
DOCSP-42971-vscode-nested-components #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
.. important:: | ||
|
||
To launch your selected MongoDB shell, you must: | ||
|
||
|
||
|
@@ -10,7 +9,6 @@ | |
If you install a new version of your MongoDB shell, you will need to | ||
update your ``PATH`` variable to reference the new version. | ||
|
||
.. seealso:: | ||
|
||
- To install the legacy :binary:`mongo <mongo>` | ||
shell, see :manual:`The mongo Shell </mongo>`. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,17 +157,17 @@ content: | | |
specify the :guilabel:`Hostname`. You do not need to | ||
specify a port. | ||
|
||
.. note:: | ||
|
||
|
||
You can only use SRV connection strings to connect to | ||
deployments running MongoDB 3.6 and later. | ||
You can only use SRV connection strings to connect to | ||
|
||
deployments running MongoDB 3.6 and later. | ||
|
||
SRV connection strings have a prefix of | ||
``mongodb+srv:``. If you are using an SRV connection | ||
string, you do not need to include ``mongodb+srv`` in | ||
your :guilabel:`Hostname`. | ||
|
||
.. example:: | ||
For example: | ||
|
||
If the following is your SRV connection string for | ||
|
||
your MongoDB deployment: | ||
|
@@ -258,14 +258,13 @@ content: | | |
provide the :guilabel:`Username` to authenticate | ||
the user. | ||
|
||
.. note:: | ||
|
||
If you are using | ||
:atlas:`Atlas-managed certificates </security-add-mongodb-users/#select-an-authentication-method>` | ||
, your username must be prefaced by "CN=" | ||
per `RFC 2253 <https://tools.ietf.org/html/rfc2253>`__. | ||
For example, the username "X509User" must be | ||
provided as "CN=X509User". | ||
If you are using | ||
:atlas:`Atlas-managed certificates </security-add-mongodb-users/#select-an-authentication-method>` | ||
, your username must be prefaced by "CN=" | ||
per `RFC 2253 <https://tools.ietf.org/html/rfc2253>`__. | ||
For example, the username "X509User" must be | ||
provided as "CN=X509User". | ||
|
||
- id: ldap | ||
name: LDAP | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't comment on the applicable lines, but on this file and on
settings.txt
, build errors are being caused by the|vsce-short|
substitution. Can you check to make sure this variable exists insnooty.toml
? If not, replace the variable with|vsce|
!There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ajhuh-mdb Tried to fix the build errors seems like the new command is 'vscode-short'. Hopefully that works!