Still works in 2025, thanks
2 important tips:
You can toggle debug mode with this (top line is debug, commented. Bottom line is no debug, server boots 10x faster!)
::MSbuild.exe %SolutionPath% /p:PlatformToolset=v143 /m
MSbuild.exe %SolutionPath% /p:PlatformToolset=v143 /p:Configuration=Release /m
Also, some of the VS Code Setup components have been updated or renamed, here's more or less the ones I used, I don't think anything else is required: