You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code has gotten very popular over the past few years and we're seeing more questions on how to setup SFML with it, than we see questions regarding Code::Blocks or any other IDE. Add to the fact that VS Code work cross-platform, we're not just seeing Windows users, but also macOS and Linux users trying to make use of it.
I'd recommend two sections:
How to use VS Code with the CMake extension
How to use VS Code with simple tasks.json config
The CMake extension is in my opinion superior, especially when paired with the SFML CMake Template, but one down side is, that the run/debug button built into VS Code, don't actually trigger CMake.
Additionally, the tasks.json setup is the more "VSC way" of doing things, so it would be a bit ignorant, if we didn't cover it at all.
The text was updated successfully, but these errors were encountered:
VS Code has gotten very popular over the past few years and we're seeing more questions on how to setup SFML with it, than we see questions regarding Code::Blocks or any other IDE. Add to the fact that VS Code work cross-platform, we're not just seeing Windows users, but also macOS and Linux users trying to make use of it.
I'd recommend two sections:
The CMake extension is in my opinion superior, especially when paired with the SFML CMake Template, but one down side is, that the run/debug button built into VS Code, don't actually trigger CMake.
Additionally, the tasks.json setup is the more "VSC way" of doing things, so it would be a bit ignorant, if we didn't cover it at all.
The text was updated successfully, but these errors were encountered: