Skip to content
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

Update copilot.vim/dist #368

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

Automated changes by create-pull-request GitHub action

@zbirenbaum
Copy link
Owner

This causes the copilot LSP to exit immediately on start with no error or LspLog info. It is going to require some debugging to merge.

@tjni
Copy link

tjni commented Feb 25, 2025

I debugged this as I'm quite interested in #365, and I suspect that this update is a prerequisite (although I'm not sure).

The reason this is now failing is that the new language-server.js seems to have this near the bottom:

require.main === module && (pet(), s3e(get)).main();

This means it is expecting to be run directly from Node instead of how we do it indirectly through index.js. Is there a reason we go through a level of indirection?

@github-actions github-actions bot force-pushed the create-pull-request/update-copilot-dist branch from 673be61 to 825b6a9 Compare March 7, 2025 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants