Skip to content

Commit 1abe5ce

Browse files
Update README.md (#179)
Adding more details based on discussion in #98 --------- Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
1 parent 15124b5 commit 1abe5ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Python environment tools for Visual Studio Code
22

3-
Performant Python environment tooling and support, such as locating all global Python installs and virtual environments.
3+
Performant Python environment tooling and support, such as locating all global Python installs and virtual environments.
4+
5+
This project will be consumed by the [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) directly. You can find the code to consume `pet` in the Python extension [source code](https://github.com/microsoft/vscode-python/blob/main/src/client/pythonEnvironments/base/locators/common/nativePythonFinder.ts). For more information on JSNORPC requests/notifications for this tool, please reference [/docs/JSONRPC.md](https://github.com/microsoft/python-environment-tools/blob/main/docs/JSONRPC.md).
46

57
## Environment Types Supported
68

0 commit comments

Comments
 (0)