by Antonio Linares » Mon Jul 15, 2019 12:33 pm
tasks.json
- Code: Select all Expand view
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version":
"2.0.0",
"tasks":
[ { "label":
"run",
"type":
"shell",
"command":
"./${fileBasenameNoExtension}",
"dependsOn":
[ "build" ],
"problemMatcher":
[] },
{ "label":
"build",
"type":
"shell",
"command":
"/Users/$USER/harbour/bin/darwin/clang/hbmk2",
"args":
[ "${workspaceFolder}/${fileBasenameNoExtension}.prg" ] } ]}
-
Antonio Linares
- Site Admin
-
- Posts: 42097
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
-
Return to Utilities / Utilidades
Who is online
Users browsing this forum: No registered users and 2 guests