Skip to content

Commit 946a6c6

Browse files
committed
Add a instruction to restart helper app when path to node is changed
1 parent 4eae653 commit 946a6c6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Copilot for Xcode/LaunchAgentView.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ struct LaunchAgentView: View {
9090
TextField("node", text: $nodePath)
9191
.textFieldStyle(.copilot)
9292
}
93+
94+
Text("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.")
95+
.foregroundColor(.secondary)
9396

9497
HStack {
9598
Button(action: {

0 commit comments

Comments
 (0)