.net Core - Format Report in .vscode

This commit is contained in:
Mike Phares 2022-01-25 00:17:43 -07:00
parent fad88c69c7
commit f4dc28effc

View File

@ -88,9 +88,9 @@
},
{
"auto": true,
"command": "dotnet format --report obj",
"command": "dotnet format --report .vscode",
"group": ".NET Core",
"name": ".net Core - Format Report in Obj"
"name": ".net Core - Format Report in .vscode"
},
{
"auto": true,