Skip to content

Commit

Permalink
add format command for vscode (#2174)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Apr 9, 2020
1 parent 68ea578 commit a25863f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
"reveal": "silent",
},
"problemMatcher": "$msCompile"
},
{
"label": "Format",
"command": "dotnet",
"type": "shell",
"args": [
"format",
],
"presentation": {
"reveal": "silent",
},
"problemMatcher": "$msCompile"
}
]
}

0 comments on commit a25863f

Please sign in to comment.