Skip to content
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 4 commits into from
Jan 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions content/en/developers/ide_plugins/visual_studio/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Copy link
Contributor

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.

Copy link
Contributor Author

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.

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]`.
Expand Down Expand Up @@ -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
Loading