Skip to content

[Bug]: Can't install Copilot-chat #6625

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

Closed
1 of 6 tasks
KangByungwoo opened this issue Jan 13, 2024 · 8 comments
Closed
1 of 6 tasks

[Bug]: Can't install Copilot-chat #6625

KangByungwoo opened this issue Jan 13, 2024 · 8 comments

Comments

@KangByungwoo
Copy link

KangByungwoo commented Jan 13, 2024

Is there an existing issue for this?

  • I have searched the existing issues

OS/Web Information

  • Web Browser: chrome
  • Local OS: windows 10
  • Remote OS: ubuntu
  • Remote Architecture:
  • code-server --version: 4.20.0

Steps to Reproduce

Tried to install Copilot-chat via vsix b/c it didn't show up in extensions tab.
Error message occurred.

Expected

Should have been able to install it.

Actual

I can't seem to get copilot-chat working with the latest version of code-server. The extension says it is incompatible with Version 1.85.

There's a similar issue microsoft/vscode-copilot-release#353

Logs

No response

Screenshot/Video

No response

Does this issue happen in VS Code or GitHub Codespaces?

  • I tested this in native VS Code.
  • This does not happen in native VS Code.
  • I tested this in GitHub Codespaces.
  • This does not happen in GitHub Codespaces.

Are you accessing code-server over a secure context?

  • I am using a secure context.

Notes

Note added: I thought code-server is the one described in https://code.visualstudio.com/docs/remote/ssh. Will try the method explained there.

@KangByungwoo KangByungwoo added bug Something isn't working triage This issue needs to be triaged by a maintainer labels Jan 13, 2024
@KangByungwoo KangByungwoo changed the title [Bug]: [Bug]: Can't install Copilot-chat Jan 13, 2024
@benz0li
Copy link
Contributor

benz0li commented Jan 13, 2024

The use of this extension is restricted to Microsoft VS Code.

Cross reference:

@sudasheng
Copy link

I just solved this, you can download the visx file from the market, change the extension to zip, open it with compression software, change the vscode version in the "extension/package.json" file to
"engines":{"vscode":"^1.85.0",} , Save and change back to the suffix visx, then can install

@code-asher
Copy link
Member

I will go ahead and close since this is not a bug with code-server. Thanks everyone!

@code-asher code-asher closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2024
@code-asher code-asher removed bug Something isn't working triage This issue needs to be triaged by a maintainer labels Jan 17, 2024
@tophermade
Copy link

1.16 https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/copilot/1.160.0/vspackage
Fully functional, but predates chat. Instead has the "extensions" panel.

@Pinwheeler
Copy link

I just solved this, you can download the visx file from the market, change the extension to zip, open it with compression software, change the vscode version in the "extension/package.json" file to "engines":{"vscode":"^1.85.0",} , Save and change back to the suffix visx, then can install

@code-asher I think this implies that code-server could be publishing with a later version of VSCode and that would solve this issue?

The change is "^1.97.0" -> "^1.85.0

So seems like this is prompting code-server to update the bundled version, no? I leave the re-open decision to you.

@code-asher
Copy link
Member

We already publish code-server with the most recent version of VS Code, which is currently 1.96.2.

I think probably folks are downloading the version of the plugin for VS Code insiders, rather than stable.

@code-asher
Copy link
Member

Actually, I wonder if this is a problem with the VS Code marketplace, where downloading the extension gives you the pre-release version for some reason.

@Alababdiy
Copy link

any solution ?

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

No branches or pull requests

7 participants