Skip to content

Repo sync for protected CLA branch #8462

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

Merged
merged 12 commits into from
Sep 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Thank you for taking the time to contribute to the Visual Studio docs.

This guide covers some general topics around contributing and refers out to the docs.microsoft.com [contributors guide](https://docs.microsoft.com/contribute) for more detailed explanations.
This guide covers some general topics around contributing and refers to the [Microsoft Docs contributors guide](https://docs.microsoft.com/contribute) for more detailed explanations.

## Code of conduct

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Visual Studio documentation

Welcome! This repo contains source files for the Visual Studio technical documentation. The topics are published on [docs.microsoft.com](https://docs.microsoft.com/visualstudio).
Welcome! This repo contains source files for the Visual Studio technical documentation. The topics are published at [Visual Studio product family documentation](https://docs.microsoft.com/visualstudio).

This repo was moved on June 23, 2017 from https://github.com/Microsoft/vsdocs.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ For more information:

### Azure Virtual Machine

[Azure Virtual Machines (VMs)](https://azure.microsoft.com/documentation/services/virtual-machines/) lets you create and manage any number of computing resources in the cloud. By assuming responsibility for all software and updates on the VMs, you can customize them as much as desired as required by your application. You can access the virtual machines directly through Remote Desktop, and each one will maintain its assigned IP address as long as desired.
[Azure Virtual Machines (VMs)](/azure/virtual-machines/) lets you create and manage any number of computing resources in the cloud. By assuming responsibility for all software and updates on the VMs, you can customize them as much as desired as required by your application. You can access the virtual machines directly through Remote Desktop, and each one will maintain its assigned IP address as long as desired.

Scaling an application that's hosted on virtual machines involves spinning up additional VMs according to demand and then deploying the necessary software. This additional level of control lets you scale differently in different global regions. For example, if your application is serving employees in a variety of regional offices, you can scale your VMs according to the number of employees in those regions, potentially reducing costs.

Expand Down
2 changes: 1 addition & 1 deletion docs/extensibility/support-for-the-visual-studio-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Several support options are available for customers who have questions about how
Members of the Visual Studio development team and other developers who extend Visual Studio often participate in the microsoft.public.vstudio.extensibility newsgroup. This newsgroup is a managed newsgroup. If you are an MSDN Universal Subscriber, make sure that you register a no-spam alias to make it possible for Microsoft to respond.

### MSDN Forums
The [MSDN Forums](https://social.msdn.microsoft.com/Forums/home) provide another way to chat with peers and experts. The graphical user interface (UI) of the forums is designed to make them easier to use than newsgroups. [Visual Studio community support - Extensions](https://docs.microsoft.com/answers/topics/vs-extensions.html) is a good place to start to search for answers to extensibility questions. Always search before you ask a question because someone else may already have asked the same question.
The [MSDN Forums](https://social.msdn.microsoft.com/Forums/home) provide another way to chat with peers and experts. The graphical user interface (UI) of the forums is designed to make them easier to use than newsgroups. [Visual Studio community support - Extensions](/answers/topics/vs-extensions.html) is a good place to start to search for answers to extensibility questions. Always search before you ask a question because someone else may already have asked the same question.

### Visual Studio Gallery
The [Visual Studio Marketplace](https://marketplace.visualstudio.com/) is the place for extensions and sample code. You can find tools that improve your productivity and user experience with Visual Studio, sample applications that show how to use VSPackages and the Managed Extensibility Framework (MEF), and other kinds of samples.
Expand Down
4 changes: 2 additions & 2 deletions docs/get-started/tutorial-open-project-from-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Here's how to use Git in Visual Studio 2019 [**version 16.8**](/visualstudio/rel

Next, Visual Studio automatically loads and opens the solution from the repository.

![Screenshot of a project in Git that's open in Solution Explorer in Visual Studio 2019 version 16.8 and later.](../ide/media/vs-2019/git-solution-explorer.png )
![Screenshot of a project in Git that's open in Solution Explorer in Visual Studio 2019 version 16.8 and later.](../ide/media/vs-2019/git-solution-explorer.png)

1. If your repository contains multiple solutions, Solution Explorer displays them. For a list view of the solutions, select the **Switch Views** button in Solution Explorer.

Expand Down Expand Up @@ -321,4 +321,4 @@ Feel free to dive into any of the following language-specific tutorials:

[Visual Studio version control documentation](../version-control/index.yml)

::: moniker-end
::: moniker-end
2 changes: 1 addition & 1 deletion docs/help-viewer/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can install and view content for various products and technologies on your l
To install Help Viewer, see [Microsoft Help Viewer installation](../help-viewer/installation.md). To start reading help topics in the Help Viewer rather than online, go to the **Help** menu in Visual Studio, and then choose **Set Help Preference** > **Launch in Help Viewer**.

> [!TIP]
> Another way to download content locally so you can view it when you don't have an internet connection is to download a PDF version of it. Many documentation sets on docs.microsoft.com include a link at the bottom of the table of contents (TOC) to download a PDF file that contains all the articles for that TOC.
> Another way to download content locally so you can view it when you don't have an internet connection is to download a PDF version of it. Many documentation sets on Microsoft Docs include a link at the bottom of the table of contents (TOC) to download a PDF file that contains all the articles for that TOC.
>
> ![Download PDF for Visual Studio documentation](media/overview/download-pdf.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/ide/not-in-toc/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ We're sorry! It looks like we couldn't find what you were looking for.

**Looking for `F1` help on a window, a keyword, or an API name?**
- **Try your favorite search engine [Recommended]**
- Use the [docs.microsoft.com](/) toolbar to search
- Use the [Microsoft Docs](/) toolbar to search
- Search the [.NET API browser](/dotnet/api/) or read our [text code editor overview](../../ide/writing-code-in-the-code-and-text-editor.md)
- Browse the Knowledge Base for [Visual Studio troubleshooting](/troubleshoot/visualstudio/welcome-visual-studio/)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ productDirectory:
- url: https://code.visualstudio.com
text: Product page
- title: GitHub Codespaces
imageSrc: https://docs.microsoft.com/media/logos/logo_octokitty.svg
imageSrc: /media/logos/logo_octokitty.svg
links:
- url: https://docs.github.com/github/developing-online-with-codespaces/
text: Documentation
Expand Down
Loading