Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "path": "c:\\Dev-Cpp\\bin\\",
- "cmd": ["g++.exe", "-static", "-o", "$file_base_name", "$file"],
- "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
- "working_dir": "${file_path}",
- "selector": "source.c, source.c++",
- "variants":
- [
- {
- "name": "Run",
- "cmd": ["start", "cmd", "/c $file_base_name.exe"],
- "selector": "text.c",
- "shell": "true"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement