22.04.2018, 22:31
Press on " Task " (last but one item) from navbar and press on " Configure build task ".

And for instant compile (without select build..) need put this code:
int tasks.json

And for instant compile (without select build..) need put this code:
HTML Code:
{ "version": "2.0.0", "type": "shell", "args": ["${relativeFile}"], "windows": { "command": "C:\\pawno\\GM\\pawncc.exe" }, "group": { "kind": "build", "isDefault": true } }