Skip to content

Repo sync for protected CLA branch #8494

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 7 commits into from
Sep 22, 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
4 changes: 2 additions & 2 deletions docs/ide/quickstart-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: In this quickstart, you use Visual Studio and the Flask framework t
ms.date: 09/14/2021
ms.technology: vs-python
ms.topic: quickstart
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.custom: [vs-acquisition]
ms.workload:
Expand Down
4 changes: 2 additions & 2 deletions docs/ide/whats-new-visual-studio-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ helpviewer_keywords:
- "Visual Studio, what's new, docs"
- "what's new [Visual Studio]"
ms.assetid: 89844796-621B-4EF5-9D76-197084B011CB
author: rjmolyneaux
ms.author: rmolyneaux
author: TerryGLee
ms.author: tglee
manager: jmartens
ms.technology: vs-ide-general
ms.prod: visual-studio-windows
Expand Down
2 changes: 1 addition & 1 deletion docs/install/using-visual-studio-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For more information, see the [Visual Studio Servicing Policy](/visualstudio/pro

Each image contains the recommended feature set for that Visual Studio edition. Generally, the installation includes:

* All available workloads, including each workload’s recommended optional components
* All available workloads, including each workload’s recommended optional components. [Learn more about workloads, components, and SDKs included Visual Studio](workload-and-component-ids.md).
* .NET 4.6.2, .NET 4.7, and .NET 4.8 SDKs, Targeting Packs, and Developer Tools
* Visual F#
* GitHub Extension for Visual Studio
Expand Down
4 changes: 2 additions & 2 deletions docs/python/configure-web-apps-for-iis-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Configure Python web apps for IIS
description: How to configure Python web apps to run with Internet Information Services from a Windows virtual machine.
ms.date: 05/25/2022
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Data Science and Analytical Applications workload
description: This Visual Studio workload brings together Python, F#, and their respective runtime distributions including Anaconda. (R is also included in Visual Studio 2017 only.)
ms.date: 07/28/2021
ms.topic: overview
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python
ms.workload:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Mixed-mode debugging for Python
description: Simultaneously debug C++ and Python in Visual Studio including stepping between environments, viewing values, and evaluating expressions.
ms.date: 01/26/2022
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/debugging-python-code-on-remote-linux-machines.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Debug Python code on remote Linux computers
description: Use Visual Studio to debug Python code running on remote Linux computers, including necessary configuration steps, security, and troubleshooting.
ms.date: 01/17/2022
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/debugging-python-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Debug Python code
description: Visual Studio provides rich debugging for Python code, including setting breakpoints, stepping, inspecting values, looking at exceptions, and debugging in the interactive window.
ms.date: 01/17/2022
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/debugging-symbols-for-mixed-mode-c-cpp-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Symbols for mixed-mode Python/C++ debugging
description: How Visual Studio provides the ability to load symbols for complete mixed-mode C++ and Python debugging.
ms.date: 01/27/2022
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python
ms.workload:
Expand Down
4 changes: 2 additions & 2 deletions docs/python/defining-custom-python-project-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Define custom menu commands for Python projects
description: By editing project and targets files, you can add custom commands to the Python project context menu in Visual Studio to invoke executable programs, scripts, modules, inline code snippets, and pip.
ms.date: 01/18/2022
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/editing-python-code-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Edit Python code
description: For Python, Visual Studio provides rich IntelliSense, code snippets, and navigation features, alongside formatting, linting, and refactoring.
ms.date: 01/18/2022
ms.topic: conceptual
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/formatting-python-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Reformat your python code in Visual Studio
description: Automatically format Python code in Visual Studio, including spacing, statements, wrapping, and comments.
ms.date: 03/13/2022
ms.topic: conceptual
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/includes/vs-2017/remote-debugging-python-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Debug Python code on remote Linux computers
description: Use Visual Studio to debug Python code running on remote Linux computers, including necessary configuration steps, security, and troubleshooting.
ms.date: 12/06/2018
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/includes/vs-2017/unit-testing-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Unit test Python code
description: Setting up unit testing for Python code in Visual Studio takes full advantage of Test Explorer features to discover, run, and debug tests.
ms.date: 04/01/2022
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/includes/vs-2019/remote-debugging-python-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Debug Python code on remote Linux computers
description: Use Visual Studio to debug Python code running on remote Linux computers, including necessary configuration steps, security, and troubleshooting.
ms.date: 05/12/2020
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/includes/vs-2019/unit-testing-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Unit test Python code
description: Setting up unit testing for Python code in Visual Studio takes full advantage of Test Explorer features to discover, run, and debug tests.
ms.date: 04/01/2022
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metadata:
ms.technology: vs-python
ms.topic: landing-page # Required
ms.collection: collection
author: rjmolyneaux #Required; your GitHub user alias, with correct capitalization.
ms.author: rmolyneaux #Required; microsoft alias of author; optional team alias.
author: ijoosong #Required; your GitHub user alias, with correct capitalization.
ms.author: joesong #Required; microsoft alias of author; optional team alias.
ms.date: 09/23/2021 #Required; mm/dd/yyyy format.

# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
Expand Down
4 changes: 2 additions & 2 deletions docs/python/installing-python-interpreters.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Select and install Python interpreters
description: A complete list of Python interpreters that are supported in Visual Studio with brief instructions on where to find their installers.
ms.date: 01/15/2022
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/installing-python-support-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: How to install the Python Tools for Visual Studio (PTVS) in Visual
ms.date: 12/11/2021
ms.custom: devdivchpfy22
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/interactive-repl-ipython.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: IPython REPL (interactive window)
description: Use the Visual Studio interactive window in IPython mode for a user-friendly interactive development environment with Interactive Parallel Computing features.
ms.date: 07/28/2021
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: A walkthrough of Django basics in the context of Visual Studio proj
ms.custom: devdivchpfy22
ms.date: 02/03/2022
ms.topic: tutorial
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: A walkthrough of Django basics in the context of Visual Studio proj
ms.date: 02/03/2022
ms.custom: devdivchpfy22
ms.topic: tutorial
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: A walkthrough of Django basics in the context of Visual Studio proj
ms.date: 02/03/2022
ms.custom: devdivchpfy22
ms.topic: tutorial
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: A walkthrough of Django basics in the context of Visual Studio proj
ms.date: 02/16/2022
ms.custom: devdivchpfy22
ms.topic: tutorial
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: A walkthrough of Django basics in the context of Visual Studio proj
ms.date: 02/16/2022
ms.custom: devdivchpfy22
ms.topic: tutorial
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: A walkthrough of Flask basics in the context of Visual Studio proje
ms.custom: devdivchpfy22
ms.date: 02/01/2022
ms.topic: tutorial
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/learn-flask-visual-studio-step-02-create-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: A walkthrough of Flask basics in the context of Visual Studio proje
ms.custom: devdivchpfy22
ms.date: 02/04/2022
ms.topic: tutorial
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: A walkthrough of Flask basics in the context of Visual Studio proje
ms.custom: devdivchpfy22
ms.date: 02/07/2022
ms.topic: tutorial
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/linting-python-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Use PyLint for Python code
description: Run PyLint in Visual Studio to check issues in Python code, including command-line options to customize linting.
ms.date: 06/02/2022
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python
ms.custom: devdivchpfy22
Expand Down
4 changes: 2 additions & 2 deletions docs/python/managing-python-environments-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Use the Python Environments window to manage global, virtual, and c
ms.date: 12/11/2021
ms.customL: devdivchpfy22
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python
ms.workload:
Expand Down
4 changes: 2 additions & 2 deletions docs/python/managing-python-projects-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Manage Python application projects
description: Projects in Visual Studio manage dependencies between files and the complexity of relationships in an application.
ms.date: 02/10/2022
ms.topic: conceptual
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Use pip freeze > requirements.txt and manage python package depende
ms.date: 12/11/2021
ms.custom: devdivchpfy22
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/overview-of-python-tools-for-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: Summary of Python features in Visual Studio, making it the best Pyt
ms.date: 12/11/2021
ms.custom: devdivchpfy22
ms.topic: overview
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/profiling-python-code-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Use Visual Studio profiler to measure performance of Python code
description: Use the Visual Studio profiler to check the performance of Python code when using CPython-based interpreters.
ms.date: 06/02/2022
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python
ms.custom: devdivchpfy22
Expand Down
4 changes: 2 additions & 2 deletions docs/python/publish-to-app-service-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Publish a Python app to Azure App Service on Windows
description: How to publish a Python web application directly to Azure App Service on Windows from Visual Studio, including the necessary content for the web.config file.
ms.date: 01/07/2019
ms.topic: how-to
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
4 changes: 2 additions & 2 deletions docs/python/python-django-web-application-project-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Django web project template for Python
description: Visual Studio provides a comprehensive template for rapid creation of Django web applications with Python.
ms.date: 01/19/2022
ms.topic: conceptual
author: rjmolyneaux
ms.author: rmolyneaux
author: ijoosong
ms.author: joesong
manager: jmartens
ms.technology: vs-python

Expand Down
Loading