We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f123a commit b38b999Copy full SHA for b38b999
Sources/SwiftRefactor/PackageManifest/AddPackageTarget.swift
@@ -34,6 +34,7 @@ public struct AddPackageTarget: EditRefactoringProvider {
34
/// argument in the Package initializers.
35
private static let argumentLabelsAfterTargets: Set<String> = [
36
"swiftLanguageVersions",
37
+ "swiftLanguageModes",
38
"cLanguageStandard",
39
"cxxLanguageStandard",
40
]
0 commit comments