-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
(dev) Add VS instructions for using custom URL #27080
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
2b3b385
(dev) Add VS instructions for using custom URL
hestonhoffman 1376a60
Apply suggestions from code review
hestonhoffman 5fcc0f8
Apply suggestions from code review
hestonhoffman 9268d5d
Update content/en/developers/ide_plugins/visual_studio/_index.md
hestonhoffman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,6 +83,14 @@ When you start editing a source file supported by Static Analysis, the extension | |
6. Add services, and save your solution. | ||
7. Go to **Extensions > Datadog > Code Insights**. | ||
hestonhoffman marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### Custom subdomains | ||
|
||
If your organization uses [a custom sub-domain][23], set the custom domain URL as the Datadog server address in the extension settings: | ||
hestonhoffman marked this conversation as resolved.
Show resolved
Hide resolved
|
||
1. Click **Tools > Options > Datadog**. | ||
1. If the you're editing an existing connection to Datadog, sign out of the connection before you edit the server address. Changes do not affect existing connections. | ||
hestonhoffman marked this conversation as resolved.
Show resolved
Hide resolved
|
||
1. Under **Advanced**, set your custom domain URL as the Datadog server address. | ||
hestonhoffman marked this conversation as resolved.
Show resolved
Hide resolved
|
||
1. Click the plus (**+**) icon to sign in. | ||
|
||
## Feedback | ||
|
||
Report a bug, request a new feature, or ask for help on the [Discussion Forum][15] and [Issue Tracker][16] on GitHub. You can also email `[email protected]`. | ||
|
@@ -115,3 +123,4 @@ If you don't wish to send this data to Datadog, you can opt out at any time in t | |
[20]: /code_analysis/static_analysis_rules/ | ||
[21]: https://www.datadoghq.com/legal/privacy/ | ||
[22]: https://www.datadoghq.com/legal/eula/ | ||
[23]: /account_management/multi_organization/#custom-sub-domains |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is out of scope for this PR, but I noticed this step is a repeat of step 5 without explaining what the user is supposed to be able to do or see once they're back on this page. I think it would be worth clarifying.
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.
Good catch, I'll make a note to look into this.