You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text("PATH inherited from $SHELL configurations.")
188
+
}
189
+
}
190
+
.lineLimit(10)
191
+
.foregroundColor(.secondary)
192
+
.font(.callout)
193
+
.dynamicHeightTextInFormWorkaround()
163
194
}
164
195
165
-
Text(
166
-
"You may have to restart the helper app to apply the changes. To do so, simply close the helper app by clicking on the menu bar icon that looks like a steer wheel, it will automatically restart as needed."
167
-
)
196
+
Text("""
197
+
You may have to restart the helper app to apply the changes. To do so, simply close the helper app by clicking on the menu bar icon that looks like a tentacle, it will automatically restart as needed.
198
+
""")
168
199
.lineLimit(6)
169
200
.fixedSize(horizontal:false, vertical:true)
170
201
.foregroundColor(.secondary)
@@ -236,9 +267,16 @@ struct CopilotView: View {
236
267
237
268
Form{
238
269
Toggle(
239
-
"Ignore Trailing New Lines and Whitespaces",
270
+
"Remove Extra New Lines Generated by GitHub Copilot",
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ Most of the logics are implemented inside the package `Core` and `Tool`.
29
29
30
30
1. Update the xcconfig files, launchAgent.plist, and Tool/Configs/Configurations.swift.
31
31
2. Build or archive the Copilot for Xcode target.
32
+
3. If Xcode complains that the pro package doesn't exist, please remove the package from the project, and update the last function in Core/Package.swift to return false.
0 commit comments