XamlStyler build task

This commit is contained in:
2022-04-18 21:26:28 +02:00
parent 217ef04ff7
commit 8511ebac58

9
.vscode/tasks.json vendored
View File

@@ -79,7 +79,7 @@
"publish",
"${workspaceFolder}/src/GuiApp/Avalonia/FileTime.GuiApp.App/FileTime.GuiApp.App.csproj",
"-c",
"Release",
"Release"
],
"problemMatcher": "$msCompile"
},
@@ -95,6 +95,13 @@
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "XamlStyler",
"type": "shell",
"command": "xstyler",
"args": ["-f", "${file}", "--ignore"],
"problemMatcher": []
}
]
}