vscode - building and running

vscode - building and running

Postby 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"
            ]
        }
    ]
}
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: vscode - building and running

Postby Antonio Linares » Thu Jul 18, 2019 9:50 am

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
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 31 guests