Skip to content

Instantly share code, notes, and snippets.

Created April 23, 2016 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ff504146942aa1da6407d7da78a05f1e to your computer and use it in GitHub Desktop.
Save anonymous/ff504146942aa1da6407d7da78a05f1e to your computer and use it in GitHub Desktop.
{
"version": "0.1.0",
"windows": {
"command": "C:\\FPC\\3.0.0\\bin\\i386-win32\\fpc.exe"
},
"isShellCommand": true,
"showOutput": "always",
"args": [
"Demo"
],
"problemMatcher": {
"owner": "external",
"pattern": {
"regexp": "^([\\w]+\\.p)\\((\\d+)\\,(\\d+)\\)\\s(Fatal|Error|Warning|Note):(.*)",
"file": 1,
"line": 2,
"column": 3,
"message": 5
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment