Current behavior:
GH Copilot console.log() suggestion:
console.log('userId:', userId);Expected suggestion with desired custom formatting:
console.log('userId: ', userId);Is there any 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.