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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,8 @@ Or install it manually, by downloading the `Copilot for Xcode.app` from the late
50
50
Then set it up with the following steps:
51
51
52
52
1. Open the app, the app will create a launch agent to setup a background running Service that does the real job.
53
-
2. Enable the extension in `System Settings.app`.
53
+
2. Optionally setup the path to Node. The default value is just `node`, Copilot for Xcode.app will try to find the Node from `/usr/bin:/usr/local/bin`. If your Node is installed somewhere else, you can run `which node` from terminal to get the path.
54
+
3. Enable the extension in `System Settings.app`.
54
55
55
56
From the Apple menu located in the top-left corner of your screen click `System Settings`. Navigate to `Privacy & Security` then toward the bottom click `Extensions`. Click `Xcode Source Editor` and tick `Copilot`.
0 commit comments