copilot-clone icon indicating copy to clipboard operation
copilot-clone copied to clipboard

Extension "enable-proposed-api" error.

Open therealOri opened this issue 2 years ago • 1 comments

Well, I decided to give this extension a try, I am using VSCodium not VS Code. And the extension keeps giving me the follwoing error message.

editor/inlineCompletions/actions is a proposed menu identifier. It requires 'package.json#enabledApiProposals: ["inlineCompletionsAdditions"]' and is only available when running out of dev or with the following command line switch: --enable-proposed-api captain-stack.captain-stack

Now, I did go looking through the closed Issues and found one that looked like they were having the same issue. Here

The issue I have is that I don't have a directory called .vscode, but instead .vscode-oss. There also is no "launch.json" file anywhere in this directory or any sub directories. Making one and copy/pasting the code provided in the issue I mentioned also doesn't seem to have any affect.

I was wondering if anyone had any other ideas?




Extra info. I am using Manjaro Linux. I installed the following from the AUR.

  • http://aur.archlinux.org/packages/vscodium-bin
  • https://github.com/VSCodium/vscodium

therealOri avatar Feb 22 '23 21:02 therealOri

Hi @therealOri, thanks for the bug report. We haven't update the extension on VSCodium. Since then, the inlineCompletionsAdditions is official and no longer a proposed api (hence the error)

I'll spend some time updating the extension on VSCodium and get back to you

hieunc229 avatar Mar 06 '23 03:03 hieunc229

Close this thread since we'll only focus on VSCode marketplace

hieunc229 avatar Apr 03 '24 15:04 hieunc229