We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refs: #131940
Let's change the default of "editor.inlineSuggest.allowSuggestOnTriggerCharacters": true
"editor.inlineSuggest.allowSuggestOnTriggerCharacters": true
Let's keep "editor.inlineSuggest.allowQuickSuggestions": false
"editor.inlineSuggest.allowQuickSuggestions": false
After we do that let's double check if Copilot is returning null when we ask them for inline completions after a focused suggest item changes.
null
The text was updated successfully, but these errors were encountered:
Fixes #175656
e5b8124
I just checked, this seems to be the case.
Sorry, something went wrong.
Fixes #175656 (#175677)
42ec431
hediet
Successfully merging a pull request may close this issue.
Refs: #131940
Let's change the default of
"editor.inlineSuggest.allowSuggestOnTriggerCharacters": true
Let's keep
"editor.inlineSuggest.allowQuickSuggestions": false
After we do that let's double check if Copilot is returning
null
when we ask them for inline completions after a focused suggest item changes.The text was updated successfully, but these errors were encountered: