nxp-mcuxpresso / vscode-for-mcux

Support for NXP Visual Studio Code for MCUXpresso Extension project.
13 stars 0 forks source link

how to address changes in west in vscode view #33

Open orlyprofili opened 4 months ago

orlyprofili commented 4 months ago

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)

Screenshot 2024-02-13 at 12 04 19 AM
mariafilip-nxp commented 2 months ago

Hi @orlyprofili,

To hide the Source Control count badge, you can set the “SCM: Count Badge” setting to off.

Screenshot 2024-04-12 at 14 01 21

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:

Screenshot 2024-04-12 at 13 59 37

Regards, Maria