Skip to content

Commit

Permalink
Basic tasks for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
holytshirt committed Sep 2, 2017
1 parent 44c68ed commit dd0120b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 50 deletions.
42 changes: 0 additions & 42 deletions .vscode/launch.json

This file was deleted.

17 changes: 9 additions & 8 deletions .vscode/tasks.json
@@ -1,15 +1,16 @@
{
"version": "0.1.0",
"command": "dotnet",
"isShellCommand": true,
"args": [],
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"taskName": "build",
"args": [
"${workspaceRoot}\\Paramore.Brighter.MessageViewer.Console\\project.json"
],
"isBuildCommand": true,
"command": "dotnet build",
"type": "shell",
"group": "build",
"presentation": {
"reveal": "silent"
},
"problemMatcher": "$msCompile"
}
]
Expand Down

0 comments on commit dd0120b

Please sign in to comment.