-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with latest copilot-node-server #344
Comments
M-x copilot-install-server doesn't complete at all because of this. :) |
I no longer have the |
Sad, it not work on latest copilot-node-server:
|
my problem was just a path problem. Simply emacs didn't find a 'npx' command accordingly. Thanks for claude-sonnet, I was able to solve the problem. exec-path-from-shell package solved mine. (use-package exec-path-from-shell |
After you use 1.41.0 copilot-node-server, does copilot-completion work well? |
didn't try it yet. but I suspect it's mainly because of the script name change? from agent.js to langauge-server.js ? Did you try this? |
I tried language-server.js ,copilot completion not work. Sad.
…On Sun, Nov 3, 2024, 12:50 Chester Jungseok Roh ***@***.***> wrote:
M-x copilot-install-server doesn't complete at all because of this. :)
I no longer have the copilot-install-server command available at all 😅
my problem was just a path problem. Simply emacs didn't find a 'npx'
command accordingly. Thanks for claude-sonnet, I was able to solve the
problem.
exec-path-from-shell package solved mine.
(use-package exec-path-from-shell
:ensure t
:if (memq window-system '(mac ns x))
:config
(exec-path-from-shell-initialize))
After you use 1.41.0 copilot-node-server, does copilot-completion work
well?
didn't try it yet. but I suspect it's mainly because of the script name
change? from agent.js to langauge-server.js ? Did you try this?
—
Reply to this email directly, view it on GitHub
<#344 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALCAINWOMNBBI637E2TTOD3Z6WTSZAVCNFSM6AAAAABP6VVTFCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJTGI4TKOJTHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
https://github.com/jfcherng/copilot-node-server released 1.41.0. The main JS file changed from agent.js to language-server.js in 1.34.0. This makes copilot.el incompatible with the latest version.
The text was updated successfully, but these errors were encountered: