From 41c5f61811154ad25b5d27a5319323a81b8f884b Mon Sep 17 00:00:00 2001 From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com> Date: Fri, 9 Feb 2024 16:28:59 +0000 Subject: [PATCH 1/3] Updating installed extensions section --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a56a09f73ed..6ad9fd6c5e61 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,12 @@ The Python extension does offer [some support](https://github.com/microsoft/vsco ## Installed extensions -The Python extension will automatically install the [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) extension to give you the best experience when working with Python files. However, Pylance is an optional dependency, meaning the Python extension will remain fully functional if it fails to be installed. You can also [uninstall](https://code.visualstudio.com/docs/editor/extension-marketplace#_uninstall-an-extension) it at the expense of some features if you’re using a different language server. +The Python extension will automatically install the following extensions by default to provide the best Python development experience in VS Code: -Extensions installed through the marketplace are subject to the [Marketplace Terms of Use](https://cdn.vsassets.io/v/M146_20190123.39/_content/Microsoft-Visual-Studio-Marketplace-Terms-of-Use.pdf). +- [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) - to provide performant Python language support +- [Python Debugger](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy) - to provide a seamless debug experience with debugpy + +These extensions are optional dependencies, meaning the Python extension will remain fully functional if they fail to be installed. Any or all of these extensions can be [disabled](https://code.visualstudio.com/docs/editor/extension-marketplace#_disable-an-extension) or [uninstalled](https://code.visualstudio.com/docs/editor/extension-marketplace#_uninstall-an-extension) at the expense of some features. Extensions installed through the marketplace are subject to the [Marketplace Terms of Use](https://cdn.vsassets.io/v/M146_20190123.39/_content/Microsoft-Visual-Studio-Marketplace-Terms-of-Use.pdf). ## Quick start From 5880020ff868f88d3533eaf1bf1c3884d0eadc8d Mon Sep 17 00:00:00 2001 From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:31:02 +0000 Subject: [PATCH 2/3] Updating license --- build/license-header.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/license-header.txt b/build/license-header.txt index 2a8122642cb2..e8f667d66a51 100644 --- a/build/license-header.txt +++ b/build/license-header.txt @@ -1,7 +1,7 @@ -PLEASE NOTE: This is the license for the Python extension for Visual Studio Code. The Python extension automatically installs other extensions as optional dependencies, which can be uninstalled at any time. These extensions have separate licenses: +PLEASE NOTE: This is the license for the Python extension for Visual Studio Code. The Python extension automatically installs the following extensions as optional dependencies, which can be uninstalled at any time. These extensions have separate licenses: - - The Jupyter extension is released under an MIT License: - https://marketplace.visualstudio.com/items/ms-toolsai.jupyter/license + - The Python Debugger extension is released under an MIT License: + https://marketplace.visualstudio.com/items/ms-python.debugpy/license - The Pylance extension is only available in binary form and is released under a Microsoft proprietary license, the terms of which are available here: https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/license From 2e51151527a2ad45eb3e8776333ea9f8fa3fb55b Mon Sep 17 00:00:00 2001 From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:02:33 -0600 Subject: [PATCH 3/3] Apply suggestions from code review --- build/license-header.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/license-header.txt b/build/license-header.txt index e8f667d66a51..2970b03d7a1c 100644 --- a/build/license-header.txt +++ b/build/license-header.txt @@ -1,4 +1,4 @@ -PLEASE NOTE: This is the license for the Python extension for Visual Studio Code. The Python extension automatically installs the following extensions as optional dependencies, which can be uninstalled at any time. These extensions have separate licenses: +PLEASE NOTE: This is the license for the Python extension for Visual Studio Code. The Python extension automatically installs other extensions as optional dependencies, which can be uninstalled at any time. These extensions have separate licenses: - The Python Debugger extension is released under an MIT License: https://marketplace.visualstudio.com/items/ms-python.debugpy/license