Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 13.0.1
-
None
-
VMware-Virtual-Platform:/etc$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04 LTS
Release: 24.04
Codename: noble
Description
After installing the github copilot plugin and enabling it, installing Nodejs, neovim plugin as shown in the image, signing in to github is greyed out, so I can't use copilot.
I am on ubuntu 24.04 LTS, using qt creator 13.01
My node js version is v18.19.1. And I installed neovim and its copilot plugin successfully .
Here are the relevant screenshots:
1.node js version
2. copilot plugin
2024-6-8:
In response to Marcus Tillmanns' request, I checked the directory where agent.js is located. In this directory, I found only agent.js, but not language-server.js.Here is the relevant screenshot.
It is worth noting that the copilot.vim plugin I downloaded from GitHub (https://github.com/github/copilot.vim/tree/release) clearly contains the language-server.js file. However, after successfully installing it according to the README.md document of the copilot.vim plugin, QT could only find the agent.js file. When I searched for the language-server.js file globally using the find command, I found it only in the copilot.vim installation package directory.Here is the relevant screenshot.
When I tried entering the path of the language-server.js file from the installation package into the corresponding input field in QT, QT successfully logged into Copilot, thus resolving the issue. However, I do not understand the underlying reason. Nevertheless, thank you for your help.