From 615b9382928e72e5e149ed92ac67e621067bdd9d Mon Sep 17 00:00:00 2001 From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:07:04 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b483921b..0403e693 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Python environment tools for Visual Studio Code -Performant Python environment tooling and support, such as locating all global Python installs and virtual environments. +Performant Python environment tooling and support, such as locating all global Python installs and virtual environments. + +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/JASONRPC.md](https://github.com/microsoft/python-environment-tools/blob/main/docs/JSONRPC.md). ## Environment Types Supported From d04c26da56b339dfdbbf8aa81a5c58bec5260e1f Mon Sep 17 00:00:00 2001 From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:20:14 -0600 Subject: [PATCH 2/2] Update README.md Co-authored-by: Karthik Nadig --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0403e693..64ca2e3e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Performant Python environment tooling and support, such as locating all global Python installs and virtual environments. -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/JASONRPC.md](https://github.com/microsoft/python-environment-tools/blob/main/docs/JSONRPC.md). +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). ## Environment Types Supported