From ffdcdbc58b3e39485ac308e53079d9b22ccacc31 Mon Sep 17 00:00:00 2001 From: Ole Begemann Date: Mon, 16 Dec 2024 15:00:55 +0100 Subject: [PATCH] Fix typo in description for swift.buildArguments setting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcbfd76f2..89100973b 100644 --- a/package.json +++ b/package.json @@ -241,7 +241,7 @@ "items": { "type": "string" }, - "markdownDescription": "Additional arguments to pass to `swift` commands such as `swift build`, `swift package`, `swift test`, etc... Keys and values should be provided as individual entries in the list. If you have created a copy of the build task in `tasks.json` then these build arguments will not be propogated to that task." + "markdownDescription": "Additional arguments to pass to `swift` commands such as `swift build`, `swift package`, `swift test`, etc... Keys and values should be provided as individual entries in the list. If you have created a copy of the build task in `tasks.json` then these build arguments will not be propagated to that task." }, "swift.additionalTestArguments": { "type": "array",