Skip to content

Commit

Permalink
Merge pull request #94 from raspberrypi/per-machine-python-management
Browse files Browse the repository at this point in the history
Per machine python management
  • Loading branch information
paulober authored Sep 26, 2024
2 parents ae017f6 + 9d1cef0 commit 09dc24c
Show file tree
Hide file tree
Showing 22 changed files with 2,510 additions and 384 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This command installs all of the necessary tools, including but not limited to:
This extension provides the following settings:

* `raspberry-pi-pico.cmakePath`: Specify a custom path for CMake.
* `raspberry-pi-pico.python3Path`: Specify a custom path for Python 3.
* `raspberry-pi-pico.python3Path`: Specify a custom path for Python 3 _(machine scoped)_.
* `raspberry-pi-pico.ninjaPath`: Specify a custom path for Ninja.
* `raspberry-pi-pico.gitPath`: Specify a custom path for Git.
* `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.
Expand Down
Loading

0 comments on commit 09dc24c

Please sign in to comment.