Skip to content

Commit 71037eb

Browse files
authored
Merge pull request #1113 from ahoppen/ahoppen/remove-format-task
Remove the “Run swift-format” task
2 parents d9c5f32 + 7c9a6e4 commit 71037eb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@
3737
"$swiftc"
3838
],
3939
"type": "swift"
40-
},
41-
{
42-
"allowWritingToPackageDirectory": true,
43-
"args": [],
44-
"command": "format-source-code",
45-
"label": "Run swift-format",
46-
"type": "swift-plugin",
4740
}
4841
],
4942
"version": "2.0.0"

0 commit comments

Comments
 (0)