You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MSVC workspace has long suffered from broken code browsing on the embedded targets. Intellisense can't find the symbols for the solution configurations of the target project.
It might be best to eliminate the project target and keep only the ref_app. In doing so, each solution configuration (each of the many embedded target boards) can be made a solution configuration of ref_app.
This is expected to simplify the MSVC solution and also make individual code browsing work for all sources in each configuration.
The text was updated successfully, but these errors were encountered:
The MSVC workspace has long suffered from broken code browsing on the embedded targets. Intellisense can't find the symbols for the solution configurations of the target project.
It might be best to eliminate the project target and keep only the ref_app. In doing so, each solution configuration (each of the many embedded target boards) can be made a solution configuration of ref_app.
This is expected to simplify the MSVC solution and also make individual code browsing work for all sources in each configuration.
The text was updated successfully, but these errors were encountered: