Last active
February 9, 2025 16:04
PlatformIO - Changing default projects location in vscode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Open PlatformIO terminal: Press <Ctrl>+P and type "platformIO: Net Terminal" | |
2. In the PlatformIO terminal, execute following command | |
> platformio settings get projects_dir # check current default location | |
> platformio settings set projects_dir "New Directory" | |
3. short command | |
> pio settings get projects_dir | |
> pio settings set projects_dir "New Directory" | |
reference: https://docs.platformio.org/en/latest/core/userguide/cmd_settings.html#platformio-settings-set |
thanks to you I fixed it.
I couldn't found on VSCode’s PIO Home tab.
Search box shows “No matching results”.
What should I do?
I want to change defalut location for iCloud’s folder.
Great. Thank you for sharing!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the confusion and thanks for the feedback! I fixed it now.