microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
195 stars 60 forks source link

update build clean command wording #655

Closed gcampbell-msft closed 1 month ago

gcampbell-msft commented 2 months ago

There was customer feedback that the wording of "Build clean the current target" and "Build clean the target all" was confusing.

This updates to be "Clean and build the current target" and "Clean and build the target ALL".

snehara99 commented 1 month ago

Is the target ALL different from all targets? Might be clearer to say that if not

gcampbell-msft commented 1 month ago

Is the target ALL different from all targets? Might be clearer to say that if not

So, my understanding is that the target "ALL" is a target that will build all targets needed to complete a build. So, no it's not functionally different than all targets

gcampbell-msft commented 1 month ago

@snehara99 Ping for review. Thanks