Current behavior:
GitHub Copilot console.log() suggestion:
console.log('userId:', userId);
Expected suggestion with desired custom formatting:
console.log('userId: ', userId);
Is there a way to configure Copilot so its console.log() inline suggestions consistently include that space inside the string before the variable?
This question applies not only to console.log(), but also to custom formatting for inline code completion suggestions in general.
https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completionsit just does not read any instructions at all.