This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Choose the location of the .vscode folder #476
Open
Description
I have a main folder that contains multiple folders containing Arduino projects. When I open the main folder with VSCode and then try to upload a sketch to the board, the .vscode folder containing board info and port info is automatically created at the top of the main folder which I don't want because I would like to have a separate .vscode folder for each arduino project subfolder.
Is it possible to choose that the .vscode folder is created in the same folder that contains the .ino main sketch? And not at the top of the workspace?
Thanks