CryptoJones icon

tasks.json

CryptoJones | PRO | 07/31/17 02:10:51 AM UTC | 0 ⭐ | 508 👁️ | Never ⏰ | []
JSON |

350 B

|

None

|

0 👍

/

0 👎

{
    "version": "0.1.0",
    "command": "dotnet",
    "isShellCommand": true,
    "args": [],
    "tasks": [
        {
            "taskName": "build",
            "args": [
                "${workspaceRoot}/AlgoExample1.csproj"
            ],
            "isBuildCommand": true,
            "problemMatcher": "$msCompile"
        }
    ]
}

Comments

  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    👍

    /

    👎