mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-06 18:24:36 +01:00
Merge pull request #1113 from ahoppen/ahoppen/remove-format-task
Remove the “Run swift-format” task
This commit is contained in:
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
@@ -37,13 +37,6 @@
|
||||
"$swiftc"
|
||||
],
|
||||
"type": "swift"
|
||||
},
|
||||
{
|
||||
"allowWritingToPackageDirectory": true,
|
||||
"args": [],
|
||||
"command": "format-source-code",
|
||||
"label": "Run swift-format",
|
||||
"type": "swift-plugin",
|
||||
}
|
||||
],
|
||||
"version": "2.0.0"
|
||||
|
||||
Reference in New Issue
Block a user