disable-copilot-comment-completions
disable-copilot-comment-completions copied to clipboard
"github.copilot.inlineSuggest.enable" warning : "Deprecated: Please use github.copilot.editor.enableAutoCompletions instead.(2)"
I got this warning in VSCode settings : "github.copilot.inlineSuggest.enable" warning : "Deprecated: Please use github.copilot.editor.enableAutoCompletions instead.(2)"
I believe this is the setting used by your extension ?
Yes, the extension needs to be updated to use the new setting value. Haven't gotten around to it yet, but the used setting (while deprecated, albeit) still works for the time being. You're welcome to submit a PR updating the setting key used if you have the time, otherwise I will get to this next time I'm working on updating the extension.
This extension dynamically toggles that setting in my settings.json file, which I am tracking in git, so that causes repeated changes.
This problem should now be fixed in the latest release, available on the VSCode marketplace now.
Updated the extension to use Copilot's new github.copilot.editor.enableAutoCompletions setting, instead of github.copilot.inlineSuggest.enable (which has been deprecated). This has the added bonus side effect of allowing you to manually trigger inline suggestions via VSCode's Alt + \ keybinding (command ID: editor.action.inlineSuggest.trigger). Fixes https://github.com/jamesonknutson/disable-copilot-comment-completions/issues/12, and https://github.com/jamesonknutson/disable-copilot-comment-completions/issues/9
If you guys find differently, let me know and I will revisit the problem.
Thanks for using my extension :)
@JonathanMEdwards @MarArMar