CodedotAl / gpt-code-clippy

Full description can be found here: https://discuss.huggingface.co/t/pretrain-gpt-neo-for-open-source-github-copilot-model/7678?u=ncoop57
Apache License 2.0
3.29k stars 220 forks source link

--enable-proposed-api ncoop57.code-clippy #85

Open NidhalKhalfallah opened 1 year ago

NidhalKhalfallah commented 1 year ago

Hi everyone. After I launch the extension in debug mode, when I try writing I get this error: [ncoop57.code-clippy]: 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 ncoop57.code-clippy

--enable-proposed-api ncoop57.code-clippy gives me a "Missing expression after unary operator '--'" error. And code --enable-proposed-api ncoop57.code-clippy gets me out of Debug mode.

Does anyone has an idea how I can fix this?

thefonso commented 1 year ago

same.....HELP