79764582

Date: 2025-09-14 21:18:05
Score: 1.5
Natty:
Report link

There's two main ways to do it:

  1. Uncheck the box "Properties" when hovering the copilot button, at the bottom of your screen Check this image

  2. 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
    },
Reasons:
  • Contains signature (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: daisseur