Skip to content

Commit 5ff32ae

Browse files
committed
Reformatting links to media
1 parent 1e05aa3 commit 5ff32ae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ The "Python Projects" fold shows you all of the projects that are currently in y
1919

2020
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.
2121

22-
<img src=<https://raw.githubusercontent.com/microsoft/vscode-python-environments/main/images/python-envs-overview.gif> width=734 height=413>
22+
![Gif showing the Python Environments UI and features.](/images/python-envs-overview.gif)
2323

2424
### Environment Management
2525

2626
The Python Environments panel provides an interface to create, delete and manage environments.
2727

28-
<img src=<https://raw.githubusercontent.com/microsoft/vscode-python-environments/main/images/environment-managers-quick-start.png> width=734 height=413>
28+
![Image showing environment manager UI buttons.](/images/environment-managers-quick-start.png)
2929

3030
To simplify the environment creation process, you can use "Quick Create" to automatically create a new virtual environment using:
3131

@@ -140,7 +140,7 @@ Tools that may rely on these APIs in their own extensions include:
140140

141141
The relationship between these extensions can be represented as follows:
142142

143-
<img src=<https://raw.githubusercontent.com/microsoft/vscode-python-environments/refs/heads/main/images/extension_relationships.png> width=734 height=413>
143+
![Diagram demonstrating the relationship between tools extensions and Python Environments.](/images/extension_relationships.png)
144144

145145
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.
146146

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

151151
The relationship is illustrated below:
152152

153-
<img src=<https://raw.githubusercontent.com/microsoft/vscode-python-environments/refs/heads/main/images/trust_relationships.png> width=734 height=413>
153+
![Diagram demonstrating the trust relationship between tools extensions and the Python Environments extension.](/images/trust_relationships.png)
154154

155155
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.
156156

0 commit comments

Comments
 (0)