Hi, I keep getting this notification everytime I open a project now. I go to settings and select the new SDK, but the same notification appears the next time I open the project. Are there some additional steps I should take to make sure the SDK version gets saved with the project? This is a C++ project if that makes a difference.
The sdk version might not be getting updated in the vex_project_setttings.json file when you click save. As a work around for now, you can manually modify project settings file. The file can be found in the ‘.vscode’ folder in your project directory. Finally update the property, “sdkversion”, to “V5_20240223_11_00_00” .
Ah, gotcha, missed the .vscode folder expansion. I changed the vex_project_settings.json as suggested and that worked. I noticed there is also a settings.json file which had the old SDK as well, but that got updated automatically when I changed the first file, so left that one alone.
Let me know if you still want me to submit a feedback.
Thanks,
Nick.
Specificallly beiow is part of the new version of the settings.json filen that got changed automatically.