We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35cbf71 commit 22390f7Copy full SHA for 22390f7
2 files changed
.config/dotnet-tools.json
@@ -0,0 +1,12 @@
1
+{
2
+ "version": 1,
3
+ "isRoot": true,
4
+ "tools": {
5
+ "xamlstyler.console": {
6
+ "version": "3.2206.4",
7
+ "commands": [
8
+ "xstyler"
9
+ ]
10
+ }
11
12
+}
.vscode/tasks.json
@@ -36,6 +36,12 @@
36
"${workspaceFolder}/SharpFM.sln"
37
],
38
"problemMatcher": "$msCompile"
39
+ },
40
+ {
41
+ "label": "xstyler",
42
+ "type": "shell",
43
+ "command": "dotnet xstyler -f ${file} --ignore",
44
+ "problemMatcher": []
45
}
46
]
47
0 commit comments