Skip to content

Commit f882a05

Browse files
authored
Reformatting links to media (#374)
1 parent 1e05aa3 commit f882a05

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ 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>
23-
22+
<img src="https://raw.githubusercontent.com/microsoft/vscode-python-environments/main/images/python-envs-overview.gif" width=734 height=413>
2423
### Environment Management
2524

2625
The Python Environments panel provides an interface to create, delete and manage environments.
2726

28-
<img src=<https://raw.githubusercontent.com/microsoft/vscode-python-environments/main/images/environment-managers-quick-start.png> width=734 height=413>
27+
<img src="https://raw.githubusercontent.com/microsoft/vscode-python-environments/main/images/environment-managers-quick-start.png" width=734 height=413>
2928

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

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

141140
The relationship between these extensions can be represented as follows:
142141

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

145144
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.
146145

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

151150
The relationship is illustrated below:
152151

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

155154
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.
156155

0 commit comments

Comments
 (0)