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
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Thanks to [LSP-copilot](https://github.com/TerminalFi/LSP-copilot) for showing t
8
8
9
9
## Prerequisites
10
10
11
-
-[Node](https://nodejs.org/) installed to run the Copilot LSP. (Version 16)
11
+
-[Node](https://nodejs.org/) installed to run the Copilot LSP. (Version 16 preferred)
12
12
- Public network connection.
13
13
- Active GitHub Copilot subscription.
14
14
@@ -33,21 +33,26 @@ The first time the actions run, the extension will ask for 2 types of permission
33
33
34
34
## FAQ
35
35
36
-
Q: The extension doesn't show up in the `Editor` menu.
37
-
A: Please make sure it's turned on in `Settings.app > Privacy & Security > Extensions > Xcode Source Editor Extension`.
36
+
**Q: The extension doesn't show up in the `Editor` menu.**
38
37
39
-
Q: The extension says it can't connect to the XPC service / helper.
40
-
A: Please make sure you have set up Launch Agents, try running `launchctl list | grep com.intii` from the terminal, and see if `com.intii.CopilotForXcode.XPCService` exists. If not, check `~/Library/LaunchAgents` to see if `com.intii.CopilotForXcode.XPCService.plist` exists. If they don't, and the button in the app fails to create them, please try to do it by hand.
38
+
> A: Please make sure it's turned on in `Settings.app > Privacy & Security > Extensions > Xcode Source Editor Extension`.
41
39
42
-
Q: The extension complains that it has no access to the Accessibility API
43
-
A: Check the list in `Settings.app > Privacy & Security > Accessibility`. Turn the toggle on for `Copilot for Xcode`. If it's not on the list, add it manually.
40
+
**Q: The extension says it can't connect to the XPC service / helper.**
44
41
45
-
Q: Will it work in future Xcode updates?
46
-
A: I don't know. This extension uses many tricks to do its job, and these tricks can break in the future.
42
+
> A: Please make sure you have set up Launch Agents, try running `launchctl list | grep com.intii` from the terminal, and see if `com.intii.CopilotForXcode.XPCService` exists. If not, check `~/Library/LaunchAgents` to see if `com.intii.CopilotForXcode.XPCService.plist` exists. If they don't, and the button in the app fails to create them, please try to do it by hand.
47
43
48
-
## How It Works
44
+
**Q: The extension complains that it has no access to the Accessibility API**
45
+
46
+
> A: Check the list in `Settings.app > Privacy & Security > Accessibility`. Turn the toggle on for `Copilot for Xcode`. If it's not on the list, add it manually.
47
+
>
48
+
> If you have just **updated the app**, consider trying removing the Launch Agents and set it up again!
49
+
50
+
**Q: Will it work in future Xcode updates?**
49
51
50
-
Check my [another extension](https://github.com/intitni/XccurateFormatter), you can find a short introduction there.
52
+
> A: I don't know. This extension uses many tricks to do its job, and these tricks can break in the future.
53
+
54
+
## How It Works
55
+
Check my [other extension](https://github.com/intitni/XccurateFormatter), you can find a short introduction there.
0 commit comments