space-wizards / space-station-14

A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
https://spacestation14.io
MIT License
2.72k stars 3.46k forks source link

Add build configuration for clean-build #33453

Open CrafterKolyan opened 12 hours ago

CrafterKolyan commented 12 hours ago

About the PR

Adds clean-build task for VS Code which starts build from scratch. Useful if you want to regenerate all warnings outputted by compiler.

Technical details

Same as build but isDefault: false and has extra --no-incremental option. See information about this option here: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build#:~:text=specified%20root%20project.-,%2D%2Dno%2Dincremental,-Marks%20the%20build

Requirements