(Run as :
- Code: Select all
"variants":[
{
"name": "Run",
"cmd": ["${file_path}/${file_base_name}.exe"]
}
]
In Win 8, I build a simple opengl window, and on Run it executes the app , send all console to the sublime output, but don´t show the window.
But if executed directly with cmd, it opens normally.