1
0
mirror of synced 2025-12-29 18:00:57 -05:00
Files
docs/data/reusables/copilot/vs-code-settings-json-ex.md
2025-05-14 16:50:22 +00:00

242 B

{
    "editor.inlineSuggest.enabled": true,
    "github.copilot.enable": {
        "*": true,
        "yaml": false,
        "plaintext": false,
        "markdown": true,
        "javascript": true,
        "python": true
    }
}