add format command for vscode (#2174)

This commit is contained in:
Brendan Forster
2020-04-09 12:24:56 -03:00
committed by GitHub
parent 68ea578484
commit a25863f228
+12
View File
@@ -20,6 +20,18 @@
"reveal": "silent",
},
"problemMatcher": "$msCompile"
},
{
"label": "Format",
"command": "dotnet",
"type": "shell",
"args": [
"format",
],
"presentation": {
"reveal": "silent",
},
"problemMatcher": "$msCompile"
}
]
}