最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

GitHub Copilot Fails in VS Code OSS Production Build Due to Proposed API and Signature Verification Issues - Stack Overflow

programmeradmin4浏览0评论

I’m developing a VS Code project using Code OSS and integrating GitHub Copilot. While it works fine in development debug mode, it fails in the production build with multiple errors related to proposed APIs and signature verification. Here are the key errors:

Proposed API Errors:

Extension 'GitHub.copilot-chat' CANNOT use API proposal: chatParticipantPrivate. Its package.json#enabledApiProposals-property declares: but NOT chatParticipantPrivate.

Similar errors for other proposed APIs like defaultChatParticipant, chatParticipantAdditions, terminalDataWriteEvent, etc.

Signature Verification Errors:

ERR SignatureVerificationInternal: Signature verification was not executed.

Issue:

The proposed APIs are not available in production builds, and signature verification is failing. How can I resolve these issues?

What I did?

Created production build for code oss 1.97.1 and no code edited. I installed github copilot chat in that did signin. There was no response from github copilot from chatbox

Environment:

  • VS Code OSS: 1.97.1
  • Node.js: 20.18.1
  • OS: windows

Relevant: I’m using Code OSS to build and test the project.

[

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论