Skip to content

Commit 2c9cc77

Browse files
authored
Update README.md (#144)
Fixing broken links to diagrams
1 parent 6a69637 commit 2c9cc77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Tools that may rely on these APIs in their own extensions include:
6969
### API Dependency
7070
The relationship between these extensions can be represented as follows:
7171

72-
<img src=https://raw.githubusercontent.com/microsoft/vscode-python-environments/main/images/extension_relationships.gif width=734 height=413>
72+
<img src=https://raw.githubusercontent.com/microsoft/vscode-python-environments/refs/heads/main/images/extension_relationships.png width=734 height=413>
7373

7474
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.
7575

@@ -79,7 +79,7 @@ VS Code supports trust management, allowing extensions to function in either **t
7979

8080
The relationship is illustrated below:
8181

82-
<img src=https://raw.githubusercontent.com/microsoft/vscode-python-environments/main/images/trust_relationships.gif width=734 height=413>
82+
<img src=https://raw.githubusercontent.com/microsoft/vscode-python-environments/refs/heads/main/images/trust_relationships.png width=734 height=413>
8383

8484
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.
8585

0 commit comments

Comments
 (0)