From 5ff32ae81fada7e70f2d9cc2649d353f1e6ea587 Mon Sep 17 00:00:00 2001
From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com>
Date: Thu, 1 May 2025 15:27:45 +0000
Subject: [PATCH 1/2] Reformatting links to media
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 68f814f2..8bc803b2 100644
--- a/README.md
+++ b/README.md
@@ -19,13 +19,13 @@ The "Python Projects" fold shows you all of the projects that are currently in y
The "Environment Managers" fold shows you all of the environment managers that are available on your machine with all related environments nested below. From this view, you can create new environments, delete old environments, and manage packages.
-
width=734 height=413>
+
### Environment Management
The Python Environments panel provides an interface to create, delete and manage environments.
-
width=734 height=413>
+
To simplify the environment creation process, you can use "Quick Create" to automatically create a new virtual environment using:
@@ -140,7 +140,7 @@ Tools that may rely on these APIs in their own extensions include:
The relationship between these extensions can be represented as follows:
-
width=734 height=413>
+
Users who do not need to execute code or work in **Virtual Workspaces** can use the Python extension to access language features like hover, completion, and go-to definition. However, executing code (e.g., running a debugger, linter, or formatter), creating/modifying environments, or managing packages requires the Python Environments extension to enable these functionalities.
@@ -150,7 +150,7 @@ VS Code supports trust management, allowing extensions to function in either **t
The relationship is illustrated below:
-
width=734 height=413>
+
In **trusted mode**, the Python Environments extension supports tasks like managing environments, installing/removing packages, and running tools. In **untrusted mode**, functionality is limited to language features, ensuring a secure and restricted environment.
From 3da47df845ebaad07be28925ee20860562827f9f Mon Sep 17 00:00:00 2001
From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com>
Date: Thu, 1 May 2025 16:11:02 +0000
Subject: [PATCH 2/2] Inserting quotes in the ref links
---
README.md | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 8bc803b2..d2406fc9 100644
--- a/README.md
+++ b/README.md
@@ -19,13 +19,12 @@ The "Python Projects" fold shows you all of the projects that are currently in y
The "Environment Managers" fold shows you all of the environment managers that are available on your machine with all related environments nested below. From this view, you can create new environments, delete old environments, and manage packages.
-
-
+
### Environment Management
The Python Environments panel provides an interface to create, delete and manage environments.
-
+
To simplify the environment creation process, you can use "Quick Create" to automatically create a new virtual environment using:
@@ -140,7 +139,7 @@ Tools that may rely on these APIs in their own extensions include:
The relationship between these extensions can be represented as follows:
-
+
Users who do not need to execute code or work in **Virtual Workspaces** can use the Python extension to access language features like hover, completion, and go-to definition. However, executing code (e.g., running a debugger, linter, or formatter), creating/modifying environments, or managing packages requires the Python Environments extension to enable these functionalities.
@@ -150,7 +149,7 @@ VS Code supports trust management, allowing extensions to function in either **t
The relationship is illustrated below:
-
+
In **trusted mode**, the Python Environments extension supports tasks like managing environments, installing/removing packages, and running tools. In **untrusted mode**, functionality is limited to language features, ensuring a secure and restricted environment.