Skip to content

Instantly share code, notes, and snippets.

@diegobersano
Created April 4, 2020 21:17
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 diegobersano/8752a8cd867164ddbff0271028bea680 to your computer and use it in GitHub Desktop.
Save diegobersano/8752a8cd867164ddbff0271028bea680 to your computer and use it in GitHub Desktop.
{
"version": "2.0.0",
"tasks": [
{
"label": "Pascal",
"type": "shell",
"windows": {
"command": "C:\\FPC\\3.0.4\\bin\\i386-win32\\fpc.exe"
},
"presentation": {
"reveal": "always",
"panel": "dedicated"
},
"args": [
{
"value": "Demo",
"quoting": "escape"
}
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment