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",
0 commit comments