SFML community forums

Help => General => Topic started by: ITZBRAM on March 09, 2018, 06:55:42 pm

Title: Linking SFML with VsCode
Post by: ITZBRAM on March 09, 2018, 06:55:42 pm
Could someone give their Tasks.json code to link SFML with VsCode. On google it comes up with tasks.json version 0.1.0, which is no longer supported. Thank you.
Title: Re: Linking SFML with VsCode
Post by: eXpl0it3r on March 10, 2018, 10:16:34 am
By just copy-pasting all the time you won't learn how things work. If you decide to use a specific editor or IDE you should also invest some time understanding how the tooling works. ;)
Title: Re: Linking SFML with VsCode
Post by: Kane_Madness on March 16, 2018, 11:33:16 pm
I use VS Code as well. I don't use the built in functionality of the compiler linking through the tasks.json file. I use a batch file to compile (I just figured out the way to do it correctly). My suggestion would be to go that route (its simple and keeps my vs code tasks file minimal). My usual work flow is to keep a command window open on the side. Call a compile batch file when I want to compile. Not a direct answer to the question but hopefully its of some utility.

-Regards,
Kane