You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: