-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Type: Bug Report
Describe the bug
- OS and Version: tested on Windows 11
- VS Code Version: 1.96.2
- Extension Version: 1.46.0
- Arm Tools Environment Manager: 1.10.0
The expected procedure (given in Arm Tools Environment Manager Settings "Reactivate On Config Change" is enabled) to change used Arm Compiler version is to change the vcpkg-configuration.json file, save it and do a "Rebuild Solution". However this only works when upgrading the compiler, like from 6.22 to 6.23. This did not work for downgrading the compiler like from 6.23 to 6.22. As a workaround one can execute from the Command Palette the command "Developer: Reload Window" and then doing a "Rebuild Solution".
Steps to reproduce the behavior:
- Go to 'vcpkg-configuration.json'
- Downgrade the compiler version from like 6.23 to 6.22 and save the file.
- Do a "Rebuild Solution"
- Problem: in compile_commands.json still the version 6.23 is in use.
Expected behavior
The compile_commands.json should show that the version 6.22 is in use.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
Done