• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling VS Code TFS compilation

Its not. Vscode is not a compiler. You need vsstudio or use cmake through vscode terminal. Why you would oreffer vscode before vstudio?
 
Its not. Vscode is not a compiler.
Visual Studio is not a compiler either lmao.
Both are IDEs. In VSCode you can write tasks and launch options in json and use mvsc or cmake to compile it if configured properly.
 
Last edited:
Visual Studio is not a compiler either lmao.
Both are IDEs. In VSCode you can write tasks and launch options in json and use mvsc or cmake to compile it if configured properly.
It does includes the compiler ootb, thats what i meant.
 
Thanks to everybody that responded seems like setting up compilation on vscode is way to time consuming better to stick with this clunky VS or use both at the same time VS Code to edit the code and vs just to compile.


Soon AI will do this boring stuff for us ;p
 

Similar threads

Back
Top