VSCode Ansible extension, Copilot and FQCN's

Maybe I don;t fully understand how the Ansible extensions settings for enabling FQCN’s should work. But if I accept a suggestion from Copilot, the resulting code is always using the short collection name. After saving the file, ansible-lint complains that I should use the FQCN instead.
Shouldn’t the FQCN function in the Ansible extension auto-correct these, or is that not how it works currently?