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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ If you are using macOS Monterey, enter the `Extensions` menu in `System Preferen
81
81
82
82
### Setting Up GitHub Copilot
83
83
84
-
1. In the host app, switch to the service tab and click GitHub Copilot to enter the GitHub Copilot account settings.
84
+
1. In the host app, switch to the service tab and click on GitHub Copilot to access your GitHub Copilot account settings.
85
85
2. Optionally setup the path to Node. The default value is just `node`, Copilot for Xcode.app will try to find the Node from the PATH available in a login shell. If your Node is installed somewhere else, you can run `which node` from terminal to get the path.
86
86
3. Click "Sign In", and you will be directed to a verification website provided by GitHub, and a user code will be pasted into your clipboard.
87
87
4. After signing in, go back to the app and click "Confirm Sign-in" to finish.
@@ -91,12 +91,12 @@ The installed language server is located at `~/Library/Application Support/com.i
91
91
92
92
### Setting Up Codeium
93
93
94
-
1. In the host app, switch to the service tab and click Codeium to enter the Codeium account settings.
94
+
1. In the host app, switch to the service tab and click Codeium to access the Codeium account settings.
95
95
2. Click "Install" to install the language server.
96
96
3. Click "Sign In", and you will be directed to codeium.com. After signing in, a token will be presented. You will need to paste the token back to the app to finish signing in.
97
97
4. Go to "Feature - Suggestion" and update the feature provider to "Codeium".
98
98
99
-
> The key is stored in keychain. When the helper app tries to access the key for the first time, it will prompt you to enter the password access the keychain for the key. Please select "Always Allow" to let the helper app access the key.
99
+
> The key is stored in the keychain. When the helper app tries to access the key for the first time, it will prompt you to enter the password to access the keychain. Please select "Always Allow" to let the helper app access the key.
100
100
101
101
The installed language server is located at `~/Library/Application Support/com.intii.CopilotForXcode/Codeium/executable/`.
102
102
@@ -208,7 +208,7 @@ If you need to end a plugin, you can just type
208
208
209
209
### Prompt to Code
210
210
211
-
Refactor selected code or write new code using natural language.
211
+
Refactor selected code or write new code using natural language.
0 commit comments