From 242233fff01da15e605e1d8cfd053459a8b7480d Mon Sep 17 00:00:00 2001
From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com>
Date: Tue, 28 Jan 2025 13:03:20 -0600
Subject: [PATCH 1/2] Update README.md
Fixing broken links to diagrams
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index eb45c06f..71a1c5d5 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ Tools that may rely on these APIs in their own extensions include:
### API Dependency
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.
From de641fb2bef6438fb235c1737d96ca34a510ff5f Mon Sep 17 00:00:00 2001
From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com>
Date: Tue, 28 Jan 2025 19:05:15 +0000
Subject: [PATCH 2/2] fixing other link
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 71a1c5d5..31a9a71c 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,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.