File tree Expand file tree Collapse file tree 3 files changed +19
-7
lines changed
Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1313 "tasks" : [
1414 {
1515 "label" : " .Net Build" ,
16- "type" : " dotnet" ,
17- "task" : " build" ,
16+ "type" : " process" ,
17+ "command" : " dotnet" ,
18+ "args" : [
19+ " build" ,
20+ " ${workspaceFolder}" ,
21+ " --verbosity=diagnostic"
22+ ],
1823 "group" : " build" ,
19- "problemMatcher" : [" $msCompile" ],
24+ "problemMatcher" : [
25+ " $msCompile"
26+ ],
2027 "presentation" : {
2128 "showReuseMessage" : false ,
2229 "clear" : false
4047 "showReuseMessage" : false ,
4148 "clear" : false
4249 },
43- "dependsOn" : [" .Net Build" ]
50+ "dependsOn" : [
51+ " CSharpier Format" ,
52+ " .Net Build"
53+ ]
4454 },
4555 {
4656 "label" : " CSharpier Format" ,
Original file line number Diff line number Diff line change 6363 " xtinct" ,
6464 " xunit"
6565 ],
66- "dotnet.defaultSolution" : " LanguageTags.sln " ,
66+ "dotnet.defaultSolution" : " LanguageTags.slnx " ,
6767 "files.trimTrailingWhitespace" : true ,
6868 "files.trimTrailingWhitespaceInRegexAndStrings" : false ,
6969 "diffEditor.ignoreTrimWhitespace" : false ,
Original file line number Diff line number Diff line change 4747 <Exec
4848 Command =" dotnet tool restore"
4949 StandardOutputImportance =" Low"
50- StandardErrorImportance =" High"
50+ StandardErrorImportance =" Low"
51+ ContinueOnError =" true"
5152 />
5253 <Exec
5354 Command =" dotnet husky install"
5455 StandardOutputImportance =" Low"
55- StandardErrorImportance =" High "
56+ StandardErrorImportance =" Low "
5657 WorkingDirectory =" .."
58+ ContinueOnError =" true"
5759 />
5860 </Target >
5961</Project >
You can’t perform that action at this time.
0 commit comments