| { | |
| "version": "0.1.0", | |
| "command": "dotnet", | |
| "isShellCommand": true, | |
| "args": [], | |
| "options": { | |
| "cwd": "${workspaceRoot}" | |
| }, | |
| "tasks": [ | |
| { | |
| "taskName": "build", | |
| "args": [ ], | |
| "isBuildCommand": true, | |
| "showOutput": "silent", | |
| "problemMatcher": "$msCompile" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment