• 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

Soulster

New Member
Joined
Dec 4, 2023
Messages
11
Reaction score
1
Hello is there a possible tutorial how to compile tfs on VS Code instead of VS if its even possible.
 
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
 
Back
Top