Created
April 22, 2020 14:27
-
-
Save nktstudios/fd1865492dd3ed97ff3bc4863cc6ecb3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cmd": ["g++.exe", "-std=c++14", "-o", "$file_base_name", "$file", "&&", "start", "cmd", "/c", "$file_base_name & echo. & echo. & pause"], | |
"shell": true, | |
"selector": "source.c++" | |
} |
Helped me, thank you!!
how to save it and where
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Man, THANK YOU!!!!!!!!!