Skip to content

Commit 3da47df

Browse files
committed
Inserting quotes in the ref links
1 parent 5ff32ae commit 3da47df

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

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-
![Gif showing the Python Environments UI and features.](/images/python-envs-overview.gif)
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-
![Image showing environment manager UI buttons.](/images/environment-managers-quick-start.png)
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-
![Diagram demonstrating the relationship between tools extensions and Python Environments.](/images/extension_relationships.png)
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-
![Diagram demonstrating the trust relationship between tools extensions and the Python Environments extension.](/images/trust_relationships.png)
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)