Skip to content

Commit 2b7efa4

Browse files
authored
Fix settings descriptions
Fixes #143
1 parent 3e26da6 commit 2b7efa4

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
@@ -70,7 +70,9 @@ This extension provides the following settings:
7070
* `raspberry-pi-pico.python3Path`: Specify a custom path for Python 3 _(machine scoped)_.
7171
* `raspberry-pi-pico.ninjaPath`: Specify a custom path for Ninja.
7272
* `raspberry-pi-pico.gitPath`: Specify a custom path for Git.
73-
* `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.
73+
* `raspberry-pi-pico.cmakeAutoConfigure`: Enable/Disable automatic CMake configuration when project is opened
74+
* `raspberry-pi-pico.useCmakeTools`: Enable/Disable the CMake Tools Extension Integration (see below)
75+
* `raspberry-pi-pico.githubToken`: 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.
7476

7577
## CMake Tools Extension Integration
7678

0 commit comments

Comments
 (0)