I'm using GitHub—Copilot in a VS-Code environment. Given the autocompletion feature, I want to have the possibility to only accept line by line.
For example: The autocomplete shows five lines on TAB, but I just need the first two of them.
Is there a config file or any other possibility to achieve this?

The CoPilot extension makes a request to the OpenAI completion API. (see docs for reference: https://api.openai.com/v1/completions )
These settings can be affected by tuning the
github.copilot.advancedsettings of Copilot.You could try to increase the limits that are responsible for
These are the undocumented settings in GitHub Copilot v1.70.8099:
Source: