jamesonknutson / disable-copilot-comment-completions

MIT License
17 stars 3 forks source link

"github.copilot.inlineSuggest.enable" warning : "Deprecated: Please use github.copilot.editor.enableAutoCompletions instead.(2)" #9

Open MarArMar opened 8 months ago

MarArMar commented 8 months ago

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 ?

jamesonknutson commented 6 months ago

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.