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
Is your feature request related to a problem? Please describe.
When building with CMake, it is possible to do a clean build. This is not currently an option with the SPM based projects with VSCode.
Describe the solution you'd like
Having an additional build entry for Clean Build would allow you to do a full complete, clean build in a single invocation.
Describe alternatives you've considered
Running swift package clean before running the build task is a workaround.
Additional context
The text was updated successfully, but these errors were encountered:
I think this would be best if left up to the extension user to define in their .vscode/tasks.json and/or .vscode/launch.json. This approach gives users the flexibility to tailor the order and specific commands run.
Is your feature request related to a problem? Please describe.
When building with CMake, it is possible to do a clean build. This is not currently an option with the SPM based projects with VSCode.
Describe the solution you'd like
Having an additional build entry for
Clean Build
would allow you to do a full complete, clean build in a single invocation.Describe alternatives you've considered
Running
swift package clean
before running the build task is a workaround.Additional context
The text was updated successfully, but these errors were encountered: