Skip to content

Commit 7c9a6e4

Browse files
committed
Remove the “Run swift-format” task
I just realized that the VS Code extension already provides it
1 parent 331f16d commit 7c9a6e4

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)