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
I've tried vscode to import the sdk as well as using west from terminal. Both main and MCUX_2.15.000
Once this is done, it shows 1 "change" in source control. After "west update", some 36 "changes" are noted in vscode source control view. 34 Clean and 2 Modified. Is there a way to hide or clear this?
(you may need to reload vs code window to force vs code to refresh the source control tab)
The text was updated successfully, but these errors were encountered:
To hide the Source Control count badge, you can set the “SCM: Count Badge” setting to off.
In the next release we will change the behavior by showing only the changes from the “Modified” category.
In your case, with that new improvement, you will be able to see only 2 changes (the ones from “Modified” category) instead of 36.
Here’s an example of the new reported changes from my side:
I've tried vscode to import the sdk as well as using west from terminal. Both main and MCUX_2.15.000
Once this is done, it shows 1 "change" in source control. After "west update", some 36 "changes" are noted in vscode source control view. 34 Clean and 2 Modified. Is there a way to hide or clear this?
(you may need to reload vs code window to force vs code to refresh the source control tab)
The text was updated successfully, but these errors were encountered: