There's two main ways to do it:
Uncheck the box "Properties" when hovering the copilot button, at the bottom of your screen Check this image
Set "properties" to false in the settings.json of your vscode (either global one or the one of your workspace)
"github.copilot.enable": {
"*": true,
"plaintext": false,
"properties": false
},