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
+17-4
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,14 @@ Use of the GitHub Copilot Xcode Extension is subject to [GitHub's Pre-Release Te
35
35
<imgalt="Screenshot of downloaded from the internet warning"src="./Docs/downloaded-from-internet.png"width="372" />
36
36
</p>
37
37
38
-
1. A background item will be added for the application to be able to start itself when Xcode starts.
38
+
1. A background item will be added to enable Copilot to start when Xcode is opened.
39
39
<palign="center">
40
40
<imgalt="Screenshot of background item"src="./Docs/background-item.png"width="370" />
41
41
</p>
42
42
43
-
1. Two permissions are required: `Accessibility` and `Xcode Source Editor Extension`.
43
+
1. Two permissions are required: `Accessibility` and `Xcode Source Editor
44
+
Extension`. For more on why these permissions are required see
45
+
[TROUBLESHOOTING.md](./TROUBLESHOOTING.md).
44
46
45
47
The first time the application is run the `Accessibility` permission should be requested:
46
48
@@ -57,7 +59,9 @@ Use of the GitHub Copilot Xcode Extension is subject to [GitHub's Pre-Release Te
57
59
<imgalt="Screenshot of extension permission"src="./Docs/extension-permission.png"width="582" />
58
60
</p>
59
61
60
-
1. After granting the extension permission, please restart Xcode so the `Github Copilot` menu is available under the Xcode `Editor` menu.
62
+
1. After granting the extension permission, please restart Xcode to ensure the
63
+
`Github Copilot` menu is available and not disabled under the Xcode `Editor`
64
+
menu.
61
65
<br>
62
66
<palign="center">
63
67
<imgalt="Screenshot of Xcode Editor GitHub Copilot menu item"src="./Docs/xcode-menu.png"width="648" />
@@ -71,7 +75,16 @@ Use of the GitHub Copilot Xcode Extension is subject to [GitHub's Pre-Release Te
71
75
<imgalt="Screenshot of sign-in popup"src="./Docs/device-code.png"width="372" />
72
76
</p>
73
77
74
-
1. To install updates, click `Check for Updates` from the menu item or in the settings application. After installing a new version, Xcode must be restarted to use the new version correctly. New versions can also be installed from `dmg` files downloaded from the releases page. When installing a new version via `dmg`, the application must be run manually the first time to accept the downloaded from the internet warning.
78
+
1. To install updates, click `Check for Updates` from the menu item or in the
79
+
settings application.
80
+
81
+
After installing a new version, Xcode must be restarted to use the new
82
+
version correctly.
83
+
84
+
New versions can also be installed from `dmg` files downloaded from the
85
+
releases page. When installing a new version via `dmg`, the application must
86
+
be run manually the first time to accept the downloaded from the internet
87
+
warning.
75
88
76
89
1. To avoid confusion, we recommend disabling `Predictive code completion` under
0 commit comments