Closed HalfSweet closed 1 year ago
Hi @HalfSweet, the cause of this issue is that the extension only activates the vcpkg environment automatically when the vcpkg-configuration.json is at the root of the workspace.
You can manually activate the environment by right clicking on the vcpkg-configuration.json file in the file explorer, and click "Activate vcpkg environment.
Once that completes, the build task should be able to find the build tools.
This worked and solved my problem, thanks a lot!
Type: Bug Report
Describe the bug
In general, when using the
STM32CubeMX
software to generate an MDK project, the typical file path looks like thisBut this poses a problem, when we use the outermost folder as the root directory of the workspace, the plugin will not be able to do the build job. Of course, we can set
MDK-ARM
as the root directory of the workspace, but since the rest of the code files will be leveled with it, we can't do a good job of managing the whole project.Terminal output:
To Reproduce Steps to reproduce the behavior:
,ioc
file.build
button in CMSISExpected behavior I want to build a project that manages any subdirectory in the root directory of the workspace.
Code sample and logs
launch.json
Screenshots
Additional context