Skip to content

Commit 9b59283

Browse files
committed
Warn users from using the GitHub Copilot backed prompt to code
1 parent c05df61 commit 9b59283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Copilot for Xcode/SettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ struct SettingsView: View {
165165
case .openAI:
166166
Text("OpenAI").tag($0)
167167
case .githubCopilot:
168-
Text("GitHub Copilot (Less Accurate)").tag($0)
168+
Text("GitHub Copilot (Implement for experiment, barely works, don't use.)").tag($0)
169169
}
170170
}
171171
} label: {

0 commit comments

Comments
 (0)