Advertisement
CryptoJones

tasks.json

Jul 30th, 2017
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.35 KB | None | 0 0
  1. {
  2.     "version": "0.1.0",
  3.     "command": "dotnet",
  4.     "isShellCommand": true,
  5.     "args": [],
  6.     "tasks": [
  7.         {
  8.             "taskName": "build",
  9.             "args": [
  10.                 "${workspaceRoot}/AlgoExample1.csproj"
  11.             ],
  12.             "isBuildCommand": true,
  13.             "problemMatcher": "$msCompile"
  14.         }
  15.     ]
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement