Skip to content

Commit 09dc24c

Browse files
authored
Merge pull request #94 from raspberrypi/per-machine-python-management
Per machine python management
2 parents ae017f6 + 9d1cef0 commit 09dc24c

22 files changed

+2510
-384
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This command installs all of the necessary tools, including but not limited to:
6666
This extension provides the following settings:
6767

6868
* `raspberry-pi-pico.cmakePath`: Specify a custom path for CMake.
69-
* `raspberry-pi-pico.python3Path`: Specify a custom path for Python 3.
69+
* `raspberry-pi-pico.python3Path`: Specify a custom path for Python 3 _(machine scoped)_.
7070
* `raspberry-pi-pico.ninjaPath`: Specify a custom path for Ninja.
7171
* `raspberry-pi-pico.gitPath`: Specify a custom path for Git.
7272
* `raspberry-pi-pico.cmakeAutoConfigure`: Provide a GitHub personal access token (classic) with the `public_repo` scope. This token is used to check for available versions of the Pico SDK and other tools. Without it, the extension uses the unauthenticated GitHub API, which has a lower rate limit and may lead to restricted functionality if the limit is exceeded. The unauthenticated rate limit is per public IP address, so a token is more necessary if your IP is shared with many users.

0 commit comments

Comments
 (0)